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 값입니다.
설명
이 속성을 사용 하는 방법의 예는 LogicalDirection 의 TextPointer 반환 적중된 테스트에서 메서드는 텍스트의 두 문자 사이 있는 적중을 제공 합니다. 논리적 방향은 두 문자 중 실제로 적중된 문자(왼쪽 또는 오른쪽)를 지정합니다.