TextBoxBase.SelectionTextBrush Property

Definition

Gets or sets a value that defines the brush used for selected text.

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

Property Value

The brush used for selected text.

Remarks

The default value is a SolidColorBrush with the system-defined color for highlighted text.

Applies to