ComponentOne Xamarin.Android
BackgroundTintMode Property (GridCellView)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellView Class : BackgroundTintMode Property
Syntax
'Declaration
 
Public Overridable Property BackgroundTintMode As Android.Graphics.PorterDuff.Mode
'Usage
 
Dim instance As GridCellView
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.BackgroundTintMode = value
 
value = instance.BackgroundTintMode
public virtual Android.Graphics.PorterDuff.Mode BackgroundTintMode {get; set;}
See Also

Reference

GridCellView Class
GridCellView Members