TextHighlighter.Foreground Propriedade

Definição

Obtém ou define o pincel usado para colorir o texto realçado.

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 da propriedade

O pincel usado para colorir o texto realçado.

Aplica-se a