Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / Thickness Property


In This Topic
Thickness Property (LineShape)
In This Topic
Gets or sets the thickness of the line.
Syntax
'Declaration
 
Public Overridable Property Thickness As Single
 
'Usage
 
Dim instance As LineShape
Dim value As Single
 
instance.Thickness = value
 
value = instance.Thickness
See Also