TextHighlighter.Background Property

Definition

Gets or sets the brush used to highlight the text.

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

Property Value

The brush used to highlight the text.

Applies to