Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setBackgroundColor",
"(I)V",
"GetSetBackgroundColor_IHandler")>
Public Overridable Sub SetBackgroundColor( _
ByVal As Android.Graphics.Color _
)
'Usage
Dim instance As GridIncrementalLoadingCell
Dim color As Android.Graphics.Color
instance.SetBackgroundColor(color)
[Android.Runtime.Register("setBackgroundColor",
"(I)V",
"GetSetBackgroundColor_IHandler")]
public virtual void SetBackgroundColor(
Android.Graphics.Color
)
Parameters
- color
See Also