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


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