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


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