ComponentOne Xamarin.Android
HeaderBackgroundColor Property (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : HeaderBackgroundColor Property
Gets or sets the background color for the header.
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
public Nullable<Color> HeaderBackgroundColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members