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


In This Topic
    IsDark Property
    In This Topic
    Gets a value indicating whether the theme is dark.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDark As Boolean
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As Boolean
     
    value = instance.IsDark
    public bool IsDark {get;}
    See Also