C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / AutomationId Property


In This Topic
AutomationId Property (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Property AutomationId As String
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As String
 
instance.AutomationId = value
 
value = instance.AutomationId
See Also