FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / regionRect Field


In This Topic
regionRect Field (MultiSideShape)
In This Topic
Specifies the region rectangle.
Syntax
'Declaration
 
Protected regionRect As RectangleF
 
'Usage
 
Dim instance As MultiSideShape
Dim value As RectangleF
 
value = instance.regionRect
 
instance.regionRect = value
See Also