Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As UIKit.UIColor
     
    value = instance.BackgroundColor
    public UIKit.UIColor BackgroundColor {get;}
    See Also