TextPointer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
텍스트 요소 내의 위치를 나타냅니다.
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
- 상속
- 특성
속성
LogicalDirection |
현재 위치와 연결된 콘텐츠를 구분하는 데 사용되는 현재 위치와 연결된 논리적 방향을 가져옵니다. |
Offset |
컨테이너 내에서 TextPointer 의 문자 인덱스 를 가져옵니다. |
Parent |
현재 위치를 포함하는 논리적 부모를 가져옵니다. |
VisualParent |
이 TextPointer를 "소유"하는 UI(사용자 인터페이스) 요소를 가져옵니다. |
메서드
GetCharacterRect(LogicalDirection) |
현재 TextPointer 를 지정된 논리적 방향으로 경계하는 콘텐츠의 경계 상자를 반환합니다. |
GetPositionAtOffset(Int32, LogicalDirection) |
현재 TextPointer 의 시작 부분과 지정된 방향으로 지정된 오프셋으로 표시된 위치(기호)에 TextPointer를 반환합니다. |