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






In This Topic
    CleanDark Field
    In This Topic
    Clean dark theme.
    Syntax
    'Declaration
     
    
    Public Const CleanDark As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = Themes.CleanDark
    public const System.string CleanDark
    public field CleanDark: System.String; Const 
    public constvar CleanDark : System.String;
    public: const System.string* CleanDark
    public:
    const System.String^ CleanDark
    See Also