public Nullable<Color> TodayTextColor {get; set;}
'Declaration Public Property TodayTextColor As Nullable(Of Color)
'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
'Usage
Dim instance As C1Calendar Dim value As Nullable(Of Color) instance.TodayTextColor = value value = instance.TodayTextColor
C1Calendar Class C1Calendar Members