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


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