Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (C1Calendar)
    In This Topic
    Gets or sets a the background color of the calendar.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Nullable(Of Color)
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Nullable<Color> BackgroundColor {get; set;}
    See Also