C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
See Also