Path.Fill Property

Path Fill.Represents the attribte in schema: fill

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fill")> _
Public Property Fill As EnumValue(Of PathFillModeValues)
    Get
    Set
'Usage
Dim instance As Path
Dim value As EnumValue(Of PathFillModeValues)

value = instance.Fill

instance.Fill = value
[SchemaAttrAttribute(, "fill")]
public EnumValue<PathFillModeValues> Fill { get; set; }

Property Value

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

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Drawing Namespace