Share via


TextHighlighter.Foreground Propiedad

Definición

Obtiene o establece el pincel usado para colorear el texto resaltado.

public:
 property Brush ^ Foreground { Brush ^ get(); void set(Brush ^ value); };
Brush Foreground();

void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = textHighlighter.foreground;
textHighlighter.foreground = brush;
Public Property Foreground As Brush

Valor de propiedad

Pincel usado para colorear el texto resaltado.

Se aplica a