Share via


TextBlock.ContentEnd Eigenschaft

Definition

Ruft ein TextPointer-Objekt für das Ende des Textinhalts im TextBlock ab.

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

Eigenschaftswert

Ein TextPointer-Objekt für das Ende des Textinhalts im TextBlock.

Gilt für: