C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / TextColor Property


In This Topic
TextColor Property (C1Calendar)
In This Topic
Gets or sets the color of the text within the calendar.
Syntax
'Declaration
 
Public Property TextColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.TextColor = value
 
value = instance.TextColor
See Also