C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / BackgroundTintMode Property


In This Topic
BackgroundTintMode Property (C1Calendar)
In This Topic
Syntax
'Declaration
 
Public Overridable Property BackgroundTintMode As Android.Graphics.PorterDuff.Mode
 
'Usage
 
Dim instance As C1Calendar
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.BackgroundTintMode = value
 
value = instance.BackgroundTintMode
See Also