Share via


StrokeChildType.FillType Property

Stroke Image Style.Represents the attribte in schema: filltype

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

Syntax

'Declaration
<SchemaAttrAttribute(, "filltype")> _
Public Property FillType As EnumValue(Of FillTypeValues)
    Get
    Set
'Usage
Dim instance As StrokeChildType
Dim value As EnumValue(Of FillTypeValues)

value = instance.FillType

instance.FillType = value
[SchemaAttrAttribute(, "filltype")]
public EnumValue<FillTypeValues> FillType { get; set; }

Property Value

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

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace