Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / GaugeRangeCollection Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (GaugeRangeCollection)
    In This Topic
    Gets a value indicating whether is possible to modify this collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As GaugeRangeCollection
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    See Also