Freigeben über


AnimateColor.Direction-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

AnimateColor Klasse

AnimateColor-Member

DocumentFormat.OpenXml.Presentation-Namespace