[]
Gets or sets the opacity factor of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush. This is a dependency property.
public double SelectionOpacity { get; set; }
Public Property SelectionOpacity As Double
Type | Description |
---|---|
double | The opacity of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush. The default is 0.4. |
If GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionOpacity is set to 0, the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush is transparent and is not visible. If GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionOpacity is set to 1.0 or greater, the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush is opaque and the selected text is not visible.