다음을 통해 공유


RichTextBlock.ContentEnd 속성

정의

RichTextBlock의 콘텐츠 끝을 나타내는 TextPointer를 가져옵니다.

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

속성 값

RichTextBlock의 콘텐츠 끝을 나타내는 TextPointer입니다.

적용 대상