TextPointer.LogicalDirection プロパティ

定義

現在の位置に関連付けられている論理方向を取得します。論理方向は、現在の位置に関連付けられているコンテンツのあいまいさを解消するために使用されます。

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

現在の位置に関連付けられている LogicalDirection 値。

注釈

このプロパティの使用方法の例として、LogicalDirectionTextPointerヒット テスト メソッドによって返されるヒットは、テキストの 2 文字の間にあるヒットを返します。 論理的な方向は、2 つの文字のうち、実際にヒットした文字 (左または右) を指定します。

適用対象