EightDirectionTransitionType.Direction Property
Direction.Represents the attribte in schema: dir
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "dir")> _
Public Property Direction As StringValue
Get
Set
'Применение
Dim instance As EightDirectionTransitionType
Dim value As StringValue
value = instance.Direction
instance.Direction = value
[SchemaAttrAttribute(, "dir")]
public StringValue Direction { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies if the direction of the transition.
The possible values for this attribute are defined by the ST_TransitionEightDirectionType simple type.
See Also
Reference
EightDirectionTransitionType Class