'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;}