Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ThemeInfo Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (C1ThemeInfo)
    In This Topic
    Gets the background color of the theme.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As Xamarin.Forms.Color
     
    value = instance.BackgroundColor
    public Xamarin.Forms.Color BackgroundColor {get;}
    See Also