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

適用於