Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (GridBase)
    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 GridBase
    Dim value As Nullable(Of Color)
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Nullable<Color> BackgroundColor {get; set;}
    See Also