TextPointer.LogicalDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の位置に関連付けられている論理方向を取得します。論理方向は、現在の位置に関連付けられているコンテンツのあいまいさを解消するために使用されます。
public:
property System::Windows::Documents::LogicalDirection LogicalDirection { System::Windows::Documents::LogicalDirection get(); };
public System.Windows.Documents.LogicalDirection LogicalDirection { get; }
member this.LogicalDirection : System.Windows.Documents.LogicalDirection
Public ReadOnly Property LogicalDirection As LogicalDirection
プロパティ値
現在の位置に関連付けられている LogicalDirection 値。
注釈
このプロパティの使用方法の例として、LogicalDirectionTextPointerヒット テスト メソッドによって返されるヒットは、テキストの 2 文字の間にあるヒットを返します。 論理的な方向は、2 つの文字のうち、実際にヒットした文字 (左または右) を指定します。