ComponentOne Xamarin.Android
SelectionBackgroundColor Property (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : SelectionBackgroundColor Property
Gets or sets the color used to highlight selected dates.
Syntax
'Declaration
 
Public Property SelectionBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.SelectionBackgroundColor = value
 
value = instance.SelectionBackgroundColor
public Nullable<Color> SelectionBackgroundColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members