Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("SelectionBackgroundColor")>
    <BrowsableAttribute(True)>
    Public Property SelectionBackgroundColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIColor
     
    instance.SelectionBackgroundColor = value
     
    value = instance.SelectionBackgroundColor
    [Foundation.Export("SelectionBackgroundColor")]
    [Browsable(true)]
    public UIKit.UIColor SelectionBackgroundColor {get; set;}
    See Also