Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / SetBackgroundColor Method
Background color to set.


In This Topic
    SetBackgroundColor Method (C1Calendar)
    In This Topic
    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