C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / Theme Property

In This Topic
Theme Property (C1TargetControlBase)
In This Topic
Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that 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
 
See Also