FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / Height Property


In This Topic
Height Property (RoundedRectangleShape)
In This Topic
Gets or sets the height of the object.
Syntax
'Declaration
 
Public Overridable Property Height As Integer
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
See Also