TextBlock.ContentStart Egenskap

Definition

Hämtar en TextPointer till början av innehållet i 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

Egenskapsvärde

A TextPointer till början av innehållet i TextBlock.

Kommentarer

Början av innehållet anses vara insättningspositionen direkt före det första tecknet i TextBlock.

Den TextPointer som returneras av den här egenskapen har alltid värdet LogicalDirectionBackward .

Gäller för

Se även