Share via


RichTextBlockOverflow.ContentStart 속성

정의

RichTextBlockOverflow의 콘텐츠 시작을 나타내는 TextPointer를 가져옵니다.

public:
 property TextPointer ^ ContentStart { TextPointer ^ get(); };
TextPointer ContentStart();
public TextPointer ContentStart { get; }
var textPointer = richTextBlockOverflow.contentStart;
Public ReadOnly Property ContentStart As TextPointer

속성 값

RichTextBlockOverflow에서 콘텐츠의 시작을 나타내는 TextPointer입니다.

적용 대상