TextPointer.LogicalDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の位置に関連付けられている論理的な方向を取得します。これは、現在の位置に関連付けられているコンテンツを明確にするために使用されます。
public:
property LogicalDirection LogicalDirection { LogicalDirection get(); };
LogicalDirection LogicalDirection();
public LogicalDirection LogicalDirection { get; }
var logicalDirection = textPointer.logicalDirection;
Public ReadOnly Property LogicalDirection As LogicalDirection
プロパティ値
現在の位置に関連付けられている LogicalDirection 値。