ComponentOne Xamarin.Android
SetBackgroundColor Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : SetBackgroundColor Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setBackgroundColor", 
   "(I)V", 
   "GetSetBackgroundColor_IHandler")>
Public Overridable Sub SetBackgroundColor( _
   ByVal color As Android.Graphics.Color _
) 
'Usage
 
Dim instance As C1BulletGraph
Dim color As Android.Graphics.Color
 
instance.SetBackgroundColor(color)
[Android.Runtime.Register("setBackgroundColor", 
   "(I)V", 
   "GetSetBackgroundColor_IHandler")]
public virtual void SetBackgroundColor( 
   Android.Graphics.Color color
)

Parameters

color
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members