Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / SelectionBackgroundColor Property


In This Topic
    SelectionBackgroundColor Property (C1Calendar)
    In This Topic
    Gets or sets the color used to highlight selected dates.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.Color
     
    instance.SelectionBackgroundColor = value
     
    value = instance.SelectionBackgroundColor
    public Xamarin.Forms.Color SelectionBackgroundColor {get; set;}
    See Also