Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ThemeInfo Class / SecondBackgroundColor Property


In This Topic
    SecondBackgroundColor Property
    In This Topic
    Get the second background of the theme
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SecondBackgroundColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As UIKit.UIColor
     
    value = instance.SecondBackgroundColor
    public UIKit.UIColor SecondBackgroundColor {get;}
    See Also