Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / Bounds Property

In This Topic
    Bounds Property (C1GaugeBase)
    In This Topic
    Gets the size and location of the Gauge, in pixels, relative to the parent control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.Rectangle
    public System.Drawing.Rectangle Bounds {get;}
    See Also