Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrePaintTextResult Class / Bounds Property


In This Topic
    Bounds Property
    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