Compartir a través de


RichEditTextRange.FormattedText Propiedad

Definición

Obtiene o establece un objeto ITextRange con el texto con formato del intervalo especificado.

public:
 property ITextRange ^ FormattedText { ITextRange ^ get(); void set(ITextRange ^ value); };
ITextRange FormattedText();

void FormattedText(ITextRange value);
public ITextRange FormattedText { get; set; }
var iTextRange = richEditTextRange.formattedText;
richEditTextRange.formattedText = iTextRange;
Public Property FormattedText As ITextRange

Valor de propiedad

Texto con formato.

Implementaciones

Se aplica a