KaxAjaxWaitIndicatorBackgroundPosition Property |
Gets or sets the position of the skin background image. 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 AjaxWaitIndicatorBackgroundPosition BackgroundPosition { get; set; }
Public Property BackgroundPosition As AjaxWaitIndicatorBackgroundPosition
Get
Set
public:
property AjaxWaitIndicatorBackgroundPosition BackgroundPosition {
AjaxWaitIndicatorBackgroundPosition get ();
void set (AjaxWaitIndicatorBackgroundPosition value);
}
member BackgroundPosition : AjaxWaitIndicatorBackgroundPosition with get, set
Property Value
Type:
AjaxWaitIndicatorBackgroundPosition
See Also