Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FlatButtonAppearance Class / BorderColor Property


In This Topic
    BorderColor Property (FlatButtonAppearance)
    In This Topic
    Gets or sets the color of the border around the button.
    Syntax
    'Declaration
     
    
    Public Property BorderColor As Color
    'Usage
     
    
    Dim instance As FlatButtonAppearance
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    public Color BorderColor {get; set;}

    Property Value

    A System.Drawing.Color structure that represents the color of the border around the button.
    Exceptions
    ExceptionDescription
    The transparent color is not supported.
    See Also