Share via


Path.AllowFill Property

Definition

Shape Fill Toggle

Represents the following attribute in the schema: fillok

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to