Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / HasTransientState Property


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