Click or drag to resize
AjaxWaitIndicatorBackgroundPosition Enumeration
This enumeration defines the possible positions of the KaxAjaxWaitIndicator background image. This property matters only if the Skin property is set. The default value is Center.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum AjaxWaitIndicatorBackgroundPosition
Members
  Member nameValueDescription
Center0
Top1
TopLeft2
TopRight3
Left4
Right5
Bottom6
BottomLeft7
BottomRight8
None9
See Also