Shapetype.Filled Property

Definition

Shape Fill Toggle

Represents the following attribute in the schema: filled

[DocumentFormat.OpenXml.SchemaAttr(0, "filled")]
public DocumentFormat.OpenXml.TrueFalseValue Filled { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Filled { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "filled")]
public DocumentFormat.OpenXml.TrueFalseValue? Filled { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("filled")]
public DocumentFormat.OpenXml.TrueFalseValue? Filled { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Filled { get; set; }
member this.Filled : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "filled")>]
member this.Filled : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("filled")>]
member this.Filled : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Filled As TrueFalseValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to