Stroke.FillType Property
Stroke Image Style.Represents the attribte in schema: filltype
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "filltype")> _
Public Property FillType As EnumValue(Of StrokeFillTypeValues)
Get
Set
'Usage
Dim instance As Stroke
Dim value As EnumValue(Of StrokeFillTypeValues)
value = instance.FillType
instance.FillType = value
[SchemaAttrAttribute(, "filltype")]
public EnumValue<StrokeFillTypeValues> FillType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<StrokeFillTypeValues>
Returns EnumValue<T>.