TextElement.ContentStart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表元素中內容開頭的文字指標。
public:
property System::Windows::Documents::TextPointer ^ ContentStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ContentStart { get; }
member this.ContentStart : System.Windows.Documents.TextPointer
Public ReadOnly Property ContentStart As TextPointer
屬性值
中 TextElement 內容的開頭。
備註
屬性 ContentStart 通常用來將內容插入 至 的 TextElement 開頭。
TextPointer這個屬性所傳回的 一律設定為 LogicalDirectionLogicalDirection.Backward 。