TextHighlighter.Foreground Proprietà

Definizione

Ottiene o imposta il pennello utilizzato per colorare il testo evidenziato.

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

Valore della proprietà

Pennello utilizzato per colorare il testo evidenziato.

Si applica a