C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / HeaderFontSize Property


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