TextHighlighter.Background Proprietà

Definizione

Ottiene o imposta il pennello usato per evidenziare il testo.

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

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

Valore della proprietà

Pennello usato per evidenziare il testo.

Si applica a