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


In This Topic
TodayTextSize Property
In This Topic
Gets or sets the font size for the today.
Syntax
'Declaration
 
Public Property TodayTextSize As Single
 
'Usage
 
Dim instance As C1Calendar
Dim value As Single
 
instance.TodayTextSize = value
 
value = instance.TodayTextSize
See Also