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

In This Topic
    Bounds Property (C1GaugeViewport)
    In This Topic
    Gets the size and location of the viewport, 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