Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / DrawingCacheBackgroundColor Property


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