다음을 통해 공유


TextPointer 클래스

정의

텍스트 요소 내의 위치를 나타냅니다.

public ref class TextPointer sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextPointer final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextPointer
Public NotInheritable Class TextPointer
상속
Object Platform::Object IInspectable TextPointer
특성

속성

LogicalDirection

현재 위치와 연결된 콘텐츠를 구분하는 데 사용되는 현재 위치와 연결된 논리적 방향을 가져옵니다.

Offset

컨테이너 내에서 TextPointer 의 문자 인덱스 를 가져옵니다.

Parent

현재 위치를 포함하는 논리적 부모를 가져옵니다.

VisualParent

TextPointer를 "소유"하는 UI(사용자 인터페이스) 요소를 가져옵니다.

메서드

GetCharacterRect(LogicalDirection)

현재 TextPointer 를 지정된 논리적 방향으로 경계하는 콘텐츠의 경계 상자를 반환합니다.

GetPositionAtOffset(Int32, LogicalDirection)

현재 TextPointer 의 시작 부분과 지정된 방향으로 지정된 오프셋으로 표시된 위치(기호)에 TextPointer를 반환합니다.

적용 대상