ComponentOne Xamarin.Android
BackgroundColor Property (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : BackgroundColor Property
Gets or sets the background color.
Syntax
'Declaration
 
Public Property BackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public Nullable<Color> BackgroundColor {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members