EffectContainerType.Type Property

Effect Container Type.Represents the attribte in schema: type

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

Syntax

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

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<EffectContainerValues>

See Also

Reference

EffectContainerType Class

EffectContainerType Members

DocumentFormat.OpenXml.Drawing Namespace