ComponentOne Xamarin.Android
Background Property (FlexGrid)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : Background Property
Syntax
'Declaration
 
Public Overridable Property Background As Android.Graphics.Drawables.Drawable
'Usage
 
Dim instance As FlexGrid
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Background = value
 
value = instance.Background
public virtual Android.Graphics.Drawables.Drawable Background {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members