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


In This Topic
    regionRect Field (PSObject)
    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