C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / ShowText Property


In This Topic
ShowText Property
In This Topic
Gets or sets which values should be displayed as text in the gauge.
Syntax
'Declaration
 
Public Property ShowText As GaugeShowText
 
'Usage
 
Dim instance As C1Gauge
Dim value As GaugeShowText
 
instance.ShowText = value
 
value = instance.ShowText
See Also