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


In This Topic
HeaderBackgroundColor Property (C1Calendar)
In This Topic
Gets or sets the background color for the header.
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Calendar
Dim value As Xamarin.Forms.Color
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
See Also