共用方式為


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

適用於