Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Activated Property


In This Topic
    Activated Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Activated As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.Activated = value
     
    value = instance.Activated
    public virtual bool Activated {get; set;}
    See Also