Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ArrowColor Property


In This Topic
    ArrowColor Property (EnhancedScrollBarRenderer)
    In This Topic
    Gets or sets the color of the arrow.
    Syntax
    'Declaration
     
    
    Public Property ArrowColor As Color
    'Usage
     
    
    Dim instance As EnhancedScrollBarRenderer
    Dim value As Color
     
    instance.ArrowColor = value
     
    value = instance.ArrowColor
    public Color ArrowColor {get; set;}

    Property Value

    The color of the arrow.
    See Also