C1.Android.Calendar Assembly / C1.Android.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 Nullable(Of Color)
 
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.SelectionBackgroundColor = value
 
value = instance.SelectionBackgroundColor
See Also