Spread Windows Forms 12.0 Product Documentation
Style Property (Line)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Line Class : Style Property
Gets or sets the line style (dotted, dashed, inset, and so on.).
Syntax
'Declaration
 
Public Property Style As LineStyle
'Usage
 
Dim instance As Line
Dim value As LineStyle
 
instance.Style = value
 
value = instance.Style
public LineStyle Style {get; set;}

Property Value

One of the LineStyle values that indicates the style.
See Also

Reference

Line Class
Line Members