ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / Enabled Property

In This Topic
    Enabled Property (C1GaugeBase)
    In This Topic
    Gets or sets whether the Gauge is enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As System.Boolean
    public System.bool Enabled {get; set;}
    See Also