Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (C1Gauge)
    In This Topic
    Gets or sets a value to determine whether the gauge is readonly.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get; set;}
    See Also