ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / DrawSplitterEventArgs Class / Bounds Property

In This Topic
    Bounds Property (DrawSplitterEventArgs)
    In This Topic
    Gets the location and size of a rectangle in which to paint.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.Rectangle
    public System.Drawing.Rectangle Bounds {get;}
    See Also