C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / BackgroundTintList Property


In This Topic
BackgroundTintList Property (CalendarDaysPanel)
In This Topic
Syntax
'Declaration
 
Public Overridable Property BackgroundTintList As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As CalendarDaysPanel
Dim value As Android.Content.Res.ColorStateList
 
instance.BackgroundTintList = value
 
value = instance.BackgroundTintList
See Also