C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearsPanel Class / Background Property


In This Topic
Background Property (CalendarYearsPanel)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Background As Android.Graphics.Drawables.Drawable
 
'Usage
 
Dim instance As CalendarYearsPanel
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Background = value
 
value = instance.Background
See Also