TextHighlighter.Background Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o pincel usado para realçar o texto.
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
Valor da propriedade
O pincel usado para realçar o texto.