TextBoxBase.SelectionTextBrush Propriedade

Definição

Recebe ou define um valor que define o pincel usado para o texto selecionado.

public:
 property System::Windows::Media::Brush ^ SelectionTextBrush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush SelectionTextBrush { get; set; }
member this.SelectionTextBrush : System.Windows.Media.Brush with get, set
Public Property SelectionTextBrush As Brush

Valor de Propriedade

O pincel usado para textos selecionados.

Observações

O valor padrão é a SolidColorBrush com a cor definida pelo sistema para o texto destacado.

Aplica-se a