TextBlock.ContentStart 屬性

定義

取得TextBlock中文字內容的開頭的TextPointer物件。

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

屬性值

TextBlock中文字內容開頭的TextPointer物件。

適用於