RichTextBlock.SelectionStart Propriedade

Definição

Obtém a posição inicial do texto selecionado no RichTextBlock.

public:
 property TextPointer ^ SelectionStart { TextPointer ^ get(); };
TextPointer SelectionStart();
public TextPointer SelectionStart { get; }
var textPointer = richTextBlock.selectionStart;
Public ReadOnly Property SelectionStart As TextPointer

Valor da propriedade

Um objeto que representa o início da seleção ou nulo se não houver seleção.

Comentários

Use Selecionar para definir o início e o término da seleção.

Aplica-se a