SplitTransition.Orientation Property
Orientation.Represents the attribte in schema: orient
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "orient")> _
Public Property Orientation As EnumValue(Of DirectionValues)
Get
Set
'Usage
Dim instance As SplitTransition
Dim value As EnumValue(Of DirectionValues)
value = instance.Orientation
instance.Orientation = value
[SchemaAttrAttribute(, "orient")]
public EnumValue<DirectionValues> Orientation { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DirectionValues>
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 orientation of a "split" slide transition.
The possible values for this attribute are defined by the ST_Direction simple type.