ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Themes Class / HighContrast Field






In This Topic
    HighContrast Field (Themes)
    In This Topic
    High contrast theme.
    Syntax
    'Declaration
     
    
    Public Const HighContrast As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = Themes.HighContrast
    public const System.string HighContrast
    public field HighContrast: System.String; Const 
    public constvar HighContrast : System.String;
    public: const System.string* HighContrast
    public:
    const System.String^ HighContrast
    See Also