Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As Xamarin.Forms.Color
     
    value = instance.SecondBackgroundColor
    public Xamarin.Forms.Color SecondBackgroundColor {get;}
    See Also