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


In This Topic
Width Property (LineShape)
In This Topic
Gets or sets the width of the line shape.
Syntax
'Declaration
 
Public Overrides Property Width As Integer
 
'Usage
 
Dim instance As LineShape
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
See Also