C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / BackgroundTintMode Property


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