[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectionOpacity

SelectionOpacity Property

SelectionOpacity

Gets or sets the opacity factor of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush. This is a dependency property.

Declaration
public double SelectionOpacity { get; set; }
Public Property SelectionOpacity As Double
Property Value
Type Description
double

The opacity of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush. The default is 0.4.

Remarks

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.