言語

StyleBase.Direction フィールド

定義

テキストが左から右に書かれるか右から左に書くか、行列が右に伸びる(ヘッダーが左)か左に伸びるかを指定します。

protected: System::String ^ Direction;
protected const string Direction;
val mutable Direction : string
Protected Const Direction As String 

フィールド値

注釈

有効な値は、 LTR または RTLです。

適用対象