Share via


SplitTransition.Orientation Property

Definition

Orientation

Represents the following attribute in the schema: orient

[DocumentFormat.OpenXml.SchemaAttr(0, "orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues> Orientation { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues> Orientation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues>? Orientation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues>? Orientation { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues>? Orientation { get; set; }
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "orient")>]
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("orient")>]
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DirectionValues> with get, set
Public Property Orientation As EnumValue(Of DirectionValues)

Property Value

Returns EnumValue<T>.

Attributes

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.

Applies to