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


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