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 値。

注釈

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

適用対象