Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ItemEventArgs Class / Gauge Property

In This Topic
    Gauge Property (ItemEventArgs)
    In This Topic
    Gets the owner C1GaugeBase for the item causing the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Gauge As C1GaugeBase
    public C1GaugeBase Gauge {get;}
    Remarks
    It is null (Nothing in VB) for shapes which belong to the main C1Gauge control.
    See Also