Fill.Type Property

Fill Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of FillTypeValues)
    Get
    Set
'Usage
Dim instance As Fill
Dim value As EnumValue(Of FillTypeValues)

value = instance.Type

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

Property Value

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

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace