MindFusion.UI for WebForms Programmer's Guide

IHostControl.Theme Property

See Also
 





The theme type of the control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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.

 See Also