ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / UITheme Enumeration

In This Topic
    UITheme Enumeration
    In This Topic
    Defines the available UI themes for the Viewer.
    Syntax
    'Declaration
     
    Public Enum UITheme 
       Inherits System.Enum
    public enum UITheme : System.Enum 
    Members
    MemberDescription
    ClassicRepresents the classic Windows Forms look-and-feel. This theme provides a traditional appearance that is consistent with older Windows applications.
    ModernRepresents a modern UI design. This theme offers a more contemporary look, with updated styles and visuals that are in line with current design trends.
    Remarks
    This enumeration allows for the selection between different visual styles for the Viewer's user interface. Changing the theme can enhance the visual experience and improve the integration of the Viewer within different application environments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.UITheme

    See Also