DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / DisplayRectangle Property

In This Topic
    DisplayRectangle Property (C1DashboardLayout)
    In This Topic
    Gets the rectangle that represents the display area of the control.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DisplayRectangle As Rectangle
    public override Rectangle DisplayRectangle {get;}

    Property Value

    A System.Drawing.Rectangle that represents the display area of the control.
    See Also