Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StatusBarSkin Class / ZoomButtonHoverColor Property


In This Topic
    ZoomButtonHoverColor Property (StatusBarSkin)
    In This Topic
    Gets or sets zoom level button color when hovering
    Syntax
    'Declaration
     
    
    Public Property ZoomButtonHoverColor As Color
    'Usage
     
    
    Dim instance As StatusBarSkin
    Dim value As Color
     
    instance.ZoomButtonHoverColor = value
     
    value = instance.ZoomButtonHoverColor
    public Color ZoomButtonHoverColor {get; set;}
    See Also