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


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