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


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