Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / DrawItemEventArgs Class / Bounds Property

In This Topic
    Bounds Property (DrawItemEventArgs)
    In This Topic
    Gets the rectangle that represents the bounds of the item being drawn.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bounds As Rectangle
    public Rectangle Bounds {get;}
    See Also