다음을 통해 공유


RichTextBlock.SelectionEnd 속성

정의

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

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

속성 값

선택 영역을 나타내는 개체이거나 선택 영역이 없는 경우 null입니다.

설명

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

적용 대상