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命中測試方法回傳的命中點位於兩個字元間。 邏輯方向會指定實際擊中兩個角色中的哪一個——左邊還是右邊。