Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / HoverCellBackground Property


In This Topic
    HoverCellBackground Property (PaintingContext)
    In This Topic
    Gets the hover cell background.
    Syntax
    'Declaration
     
    Public ReadOnly Property HoverCellBackground As Brush
    'Usage
     
    Dim instance As PaintingContext
    Dim value As Brush
     
    value = instance.HoverCellBackground
    public Brush HoverCellBackground {get;}
    See Also