RichTextBlockOverflow.ContentEnd Eigenschaft

Definition

Ruft einen TextPointer ab , der das Ende des Inhalts im RichTextBlockOverflow angibt.

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

Eigenschaftswert

Ein TextPointer , der das Ende des Inhalts im RichTextBlockOverflow angibt.

Gilt für: