RichTextBlockOverflow.ContentStart Свойство

Определение

Возвращает объект TextPointer , указывающий начало содержимого в RichTextBlockOverflow.

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

Значение свойства

Объект TextPointer, указывающий начало содержимого в RichTextBlockOverflow.

Применяется к