Share via


TextBlock.ContentEnd 속성

정의

TextBlock의 텍스트 콘텐츠 끝에 대한 TextPointer 개체를 가져옵니다.

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

속성 값

TextBlock의 텍스트 콘텐츠 끝에 대한 TextPointer 개체입니다.

적용 대상