Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / regionRect Field


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