Click or drag to resize
KaxAjaxWaitIndicatorSkin Property
Gets or sets the skin name for the control user interface.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute("Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
public virtual string Skin { get; set; }

Property Value

Type: String
A string containing the skin name for the control user interface. The default is string.Empty.

Implements

ISkinnableControlSkin
Remarks

If this property is not set, the control will not use any skin (backwards compatibility) If EnableEmbeddedSkins is set to false, the control will not register a skin CSS file automatically.

See Also