Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Bounds Property


In This Topic
    Bounds Property (DrawingObject)
    In This Topic
    Gets the boundary of the drawing object in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Rectangle
     
    value = instance.Bounds
    public Rectangle Bounds {get;}
    See Also