Path.AllowFill Property

Shape Fill Toggle.Represents the attribte in schema: fillok

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "fillok")> _
Public Property AllowFill As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As TrueFalseValue

value = instance.AllowFill

instance.AllowFill = value
[SchemaAttrAttribute(, "fillok")]
public TrueFalseValue AllowFill { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace