Spread Windows Forms 12.0 Product Documentation
LineWidth Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Line Class : LineWidth Property
Gets the width of the line, according to the style of the line.
Syntax
'Declaration
 
Public ReadOnly Property LineWidth As Integer
'Usage
 
Dim instance As Line
Dim value As Integer
 
value = instance.LineWidth
public int LineWidth {get;}

Property Value

An System.Int32 value that represents the line width.
See Also

Reference

Line Class
Line Members