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


In This Topic
    PageBackgroundColor Property
    In This Topic
    Gets or sets a color used for filling the page content.
    Syntax
    'Declaration
     
    
    Public Property PageBackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Nullable(Of Color)
     
    instance.PageBackgroundColor = value
     
    value = instance.PageBackgroundColor
    public Nullable<Color> PageBackgroundColor {get; set;}
    See Also