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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum AjaxWaitIndicatorBackgroundPosition
Public Enumeration AjaxWaitIndicatorBackgroundPosition
public enum class AjaxWaitIndicatorBackgroundPosition
type AjaxWaitIndicatorBackgroundPosition
Members
| Member name | Value | Description |
---|
| Center | 0 | |
| Top | 1 | |
| TopLeft | 2 | |
| TopRight | 3 | |
| Left | 4 | |
| Right | 5 | |
| Bottom | 6 | |
| BottomLeft | 7 | |
| BottomRight | 8 | |
| None | 9 | |
See Also