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





Gets or sets the theme applied to the control's UI elements.

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

 Syntax

C#  Copy Code

public virtual ThemeType Theme { get; set; }

Visual Basic  Copy Code

Public Overridable 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

Menu Members
Menu Class
MindFusion.UI.WebForms Namespace