ComponentOne Xamarin.Android
Format Property (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : Format Property
Gets or sets the format string used for displaying the gauge values as text.
Syntax
'Declaration
 
Public Property Format As String
'Usage
 
Dim instance As C1Gauge
Dim value As String
 
instance.Format = value
 
value = instance.Format
public string Format {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members