Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextResult Class / Bounds Property


In This Topic
    Bounds Property (PrePaintTextResult)
    In This Topic
    Gets the rectangle boundary for the next paint.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As PrePaintTextResult
    Dim value As Rectangle
     
    value = instance.Bounds
    public Rectangle Bounds {get;}
    See Also