AnimateColor.Direction Property

Direction.Represents the attribte in schema: dir

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dir")> _
Public Property Direction As EnumValue(Of AnimateColorDirectionValues)
    Get
    Set
'Usage
Dim instance As AnimateColor
Dim value As EnumValue(Of AnimateColorDirectionValues)

value = instance.Direction

instance.Direction = value
[SchemaAttrAttribute(, "dir")]
public EnumValue<AnimateColorDirectionValues> Direction { get; set; }

Property Value

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

See Also

Reference

AnimateColor Class

AnimateColor Members

DocumentFormat.OpenXml.Presentation Namespace