Spread Windows Forms 12.0 Product Documentation
BorderColor Property (FlatButtonAppearance)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FlatButtonAppearance Class : BorderColor Property
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

Reference

FlatButtonAppearance Class
FlatButtonAppearance Members