Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / SelectionOpacity Property


In This Topic
    SelectionOpacity Property
    In This Topic
    Gets or sets the opacity factor of the GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionBrush. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property SelectionOpacity As Double
    'Usage
     
    Dim instance As EditBase
    Dim value As Double
     
    instance.SelectionOpacity = value
     
    value = instance.SelectionOpacity
    public double SelectionOpacity {get; set;}

    Property Value

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