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

In This Topic
    Theme Property (TargetControlBase)
    In This Topic
    Name of the theme that will be used to style widgets. Available embedded themes: aristo / midnight / ui-lightness. Note, only one theme can be used for the whole page at one time. Please, make sure that all widget extenders have the same Theme value.
    Syntax
    'Declaration
     
    Public Overridable Property Theme As System.String
    public virtual System.string Theme {get; set;}
    See Also