ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders Namespace / WidgetExtenderControlBase Class / ThemeSwatch Property

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