Spread Windows Forms 12.0 Product Documentation
Color Property (Line)


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

Property Value

The Color value that indicates the color of the line.
See Also

Reference

Line Class
Line Members