ComponentOne Xamarin.Android
SetBackgroundColor Method (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : SetBackgroundColor Method
Background color to set.
Override view.SetBackgroundColor to make this.BackgroundColor sync.
Syntax
'Declaration
 
Public Overrides Sub SetBackgroundColor( _
   ByVal color As Android.Graphics.Color _
) 
'Usage
 
Dim instance As C1Calendar
Dim color As Android.Graphics.Color
 
instance.SetBackgroundColor(color)
public override void SetBackgroundColor( 
   Android.Graphics.Color color
)

Parameters

color
Background color to set.
See Also

Reference

C1Calendar Class
C1Calendar Members