Share via


LeftRightDirectionTransitionType.Direction Property

dir.Represents the attribte in schema: dir

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

value = instance.Direction

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TransitionLeftRightDirectionTypeValues>

See Also

Reference

LeftRightDirectionTransitionType Class

LeftRightDirectionTransitionType Members

DocumentFormat.OpenXml.Office2010.PowerPoint Namespace