[]
Gets or sets the brush that highlights the selected text. This is a dependency property.
public Brush SelectionBrush { get; set; }
Public Property SelectionBrush As Brush
Type | Description |
---|---|
Brush | The Brush that highlights the selected text. |
You can specify the brush that highlights selected text by setting the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush and GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionOpacity properties. The GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionOpacity property specifies the opacity of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush.