ASP.NET Pack Programmer's Guide
IThemable.Theme Property
See Also
 





The theme type of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

ThemeType Theme { get; set; }

Visual Basic  Copy Code

Property Theme As ThemeType

 Property Value

Type: ThemeType
One of the ThemeType enumeration values that specifies the theme applied to the control. Default value is ThemeType.Standard.

 See Also

IThemable Members
IThemable Interface
MindFusion.UI.WebForms Namespace