ComponentOne Xamarin.Android
TodayBackgroundColor Property


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

Reference

C1Calendar Class
C1Calendar Members