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

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual string VisualStyle { get; set; }
Visual Basic
Public Overridable Property VisualStyle As String
	Get
	Set

Implements

IC1ThemeSupport..::..VisualStyle

Remarks

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

See Also