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


In This Topic
SizeProportional Property (MultiSideShape)
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 MultiSideShape
Dim value As Boolean
 
instance.SizeProportional = value
 
value = instance.SizeProportional
See Also