次の方法で共有


StyleBase.Direction フィールド

定義

テキストを左から右へ書くか、右から左へ書くか、およびマトリックスを右に増やすか (ヘッダーは左側)、左に増やすか (ヘッダーは右側) を指定します。

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

フィールド値

注釈

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

適用対象