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


In This Topic
    ApplicationTheme Property
    In This Topic
    Gets the application-level theme.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ApplicationTheme As C1ThemeInfo
    'Usage
     
    
    Dim value As C1ThemeInfo
     
    value = C1ThemeInfo.ApplicationTheme
    public static C1ThemeInfo ApplicationTheme {get;}
    See Also