Spread Windows Forms 12.0 Product Documentation
BorderColor Property (Style)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Style Class : BorderColor Property
Gets or sets the color of the border.
Syntax
'Declaration
 
Public Property BorderColor As Color
'Usage
 
Dim instance As Style
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
public Color BorderColor {get; set;}

Property Value

The System.Drawing.Color of the border.
See Also

Reference

Style Class
Style Members