Share via


EightDirectionTransitionType.Direction プロパティ

定義

方向

スキーマ内の次の属性を表します。 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

プロパティ値

StringValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、遷移の方向を指定します。

この属性に使用できる値は、単純型によって ST_TransitionEightDirectionType 定義されます。

適用対象