다음을 통해 공유


RichTextBlock.SelectionStart 속성

정의

RichTextBlock에서 선택한 텍스트의 시작 위치를 가져옵니다.

public:
 property TextPointer ^ SelectionStart { TextPointer ^ get(); };
TextPointer SelectionStart();
public TextPointer SelectionStart { get; }
var textPointer = richTextBlock.selectionStart;
Public ReadOnly Property SelectionStart As TextPointer

속성 값

선택 시작을 나타내는 개체이거나 선택 항목이 없는 경우 null 입니다.

설명

선택을 사용하여 선택 시작 및 종료를 설정합니다.

적용 대상