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


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