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


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