Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1TreeMap Class / Background Property


In This Topic
    Background Property (C1TreeMap)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Background As Android.Graphics.Drawables.Drawable
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As Android.Graphics.Drawables.Drawable
     
    instance.Background = value
     
    value = instance.Background
    public virtual Android.Graphics.Drawables.Drawable Background {get; set;}
    See Also