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


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