ComponentOne Xamarin.Android
TodayTextColor Property


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

Reference

C1Calendar Class
C1Calendar Members