C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / GaugeRange Class / Name Property


In This Topic
Name Property (GaugeRange)
In This Topic
Gets or sets whether the name of this GaugeRange.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As GaugeRange
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also