StripsTransition.Direction Property
Direction.Represents the attribte in schema: dir
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "dir")> _
Public Property Direction As EnumValue(Of TransitionCornerDirectionValues)
Get
Set
'Uso
Dim instance As StripsTransition
Dim value As EnumValue(Of TransitionCornerDirectionValues)
value = instance.Direction
instance.Direction = value
[SchemaAttrAttribute(, "dir")]
public EnumValue<TransitionCornerDirectionValues> Direction { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TransitionCornerDirectionValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies the direction of the transition.
The possible values for this attribute are defined by the ST_TransitionCornerDirectionType simple type.