ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppView Class / ThemeSwatch Property

In This Topic
    ThemeSwatch Property (C1AppView)
    In This Topic
    A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile.
    Syntax
    'Declaration
     
    Public Overrides Property ThemeSwatch As System.String
    public override System.string ThemeSwatch {get; set;}
    See Also