TextBlock.ContentStart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指向 TextPointer 內容開頭的 TextBlock。
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
屬性值
指向 TextPointer 內容開頭的 TextBlock。
備註
內容開頭會直接在 中的 TextBlock 第一個字元前面插入位置。
TextPointer這個屬性所傳回的 一律設定為 LogicalDirection Backward 。