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


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