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


In This Topic
SizeProportional Property (RoundedRectangleShape)
In This Topic
Gets or sets whether the user is allowed to resize the object proportionally.
Syntax
'Declaration
 
Public Overridable Property SizeProportional As Boolean
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Boolean
 
instance.SizeProportional = value
 
value = instance.SizeProportional
See Also