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 物件。

適用於