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 对象。

适用于