Gets or sets the visual style name used by the control.

Namespace:  C1.Web.UI.Controls.C1SuperPanel
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("ArcticFox")]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1VisualStyleUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
public override string VisualStyle { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("ArcticFox")> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1VisualStyleUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
Public Overrides Property VisualStyle As String
	Get
	Set

Field Value

Remarks

If this value is empty then visual style will be not rendered. Default value is "ArcticFox".

See Also