EightDirectionTransitionType.Direction Property

Definition

Direction

Represents the following attribute in the schema: dir

[DocumentFormat.OpenXml.SchemaAttr(0, "dir")]
public DocumentFormat.OpenXml.StringValue Direction { get; set; }
public DocumentFormat.OpenXml.StringValue Direction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dir")]
public DocumentFormat.OpenXml.StringValue? Direction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dir")]
public DocumentFormat.OpenXml.StringValue? Direction { get; set; }
public DocumentFormat.OpenXml.StringValue? Direction { get; set; }
member this.Direction : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dir")>]
member this.Direction : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dir")>]
member this.Direction : DocumentFormat.OpenXml.StringValue with get, set
Public Property Direction As StringValue

Property Value

Returns StringValue.

Attributes

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.

Applies to