Share via


RichTextBlock.SelectionEnd Propiedad

Definición

Obtiene la posición final del texto seleccionado en RichTextBlock.

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

Valor de propiedad

Objeto que representa el final de la selección o null si no existe ninguna selección.

Comentarios

Use Seleccionar para establecer el inicio y el final de la selección.

Se aplica a