ComponentOne Xamarin.iOS
IsReadOnly Property (C1Gauge)


C1.iOS.Gauge Assembly > C1.iOS.Gauge Namespace > C1Gauge Class : IsReadOnly Property
Gets or sets a value to determine whether the gauge is readonly.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsReadOnly")>
<BrowsableAttribute(True)>
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As C1Gauge
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
[Foundation.Export("IsReadOnly")]
[Browsable(true)]
public bool IsReadOnly {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members