TextBoxBase.SelectionTextBrush Propiedad

Definición

Obtiene o establece un valor que define el pincel usado para seleccionar texto.

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 propiedad

Pincel usado para el texto seleccionado.

Comentarios

El valor predeterminado es con SolidColorBrush el color definido por el sistema para el texto resaltado.

Se aplica a