Stroke.FillType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Estilo de imagen de trazo
Representa el atributo siguiente en el esquema: filltype
[DocumentFormat.OpenXml.SchemaAttr(0, "filltype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues> FillType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues> FillType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "filltype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues>? FillType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("filltype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues>? FillType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues>? FillType { get; set; }
member this.FillType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "filltype")>]
member this.FillType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("filltype")>]
member this.FillType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues> with get, set
Public Property FillType As EnumValue(Of StrokeFillTypeValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos