FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / resizeHandle Field


In This Topic
resizeHandle Field (RoundedRectangleShape)
In This Topic
Specifies the handle currently being used for resizing.
Syntax
'Declaration
 
Protected resizeHandle As Integer
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Integer
 
value = instance.resizeHandle
 
instance.resizeHandle = value
See Also