ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ThemesSettings Class / DetectDarkTheme Property

In This Topic
    DetectDarkTheme Property
    In This Topic
    Indicates whether designer should automatically detect and switch to a dark theme based on system settings.
    Syntax
    'Declaration
     
    Public Property DetectDarkTheme As Nullable(Of Boolean)
    public Nullable<bool> DetectDarkTheme {get; set;}
    See Also