Shadow.Type Property

Shadow 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 ShadowValues)
    Get
    Set
'Usage
Dim instance As Shadow
Dim value As EnumValue(Of ShadowValues)

value = instance.Type

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

Property Value

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

See Also

Reference

Shadow Class

Shadow Members

DocumentFormat.OpenXml.Vml Namespace