TextHighlighter.Foreground Propriété

Définition

Obtient ou définit le pinceau utilisé pour colorer le texte mis en surbrillance.

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

Valeur de propriété

Pinceau utilisé pour colorer le texte mis en surbrillance.

S’applique à