KaxAjaxWaitIndicator Class |
Namespace: Kettic.AspNet.Controls
The KaxAjaxWaitIndicator type exposes the following members.
Name | Description | |
---|---|---|
KaxAjaxWaitIndicator |
Name | Description | |
---|---|---|
GetEmbeddedSkinNames |
Return a collection of name for all embedded skin.
| |
GetScriptDescriptors | ||
GetScriptReferences | ||
GetWebResourceUrl |
Name | Description | |
---|---|---|
AnimationDuration |
Gets or sets animation duration in milliseconds. Default value is 0, i.e. no animation.
| |
BackgroundPosition |
Gets or sets the position of the skin background image. Default value is center.
| |
EnableAjaxSkinRendering |
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true.
| |
EnableEmbeddedBaseStylesheet |
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
| |
EnableEmbeddedScripts |
Gets or sets a Boolean value that indicates whether enable the embedded script.
| |
EnableEmbeddedSkins | Gets or sets a Boolean value that indicates whether enable the embedded skin for the control. | |
EnableSkinTransparency |
Defines whether the transparency set in the skin will be applied.
Default value is True.
| |
InitialDelayTime |
Gets or sets a value specifying the delay in milliseconds, after which the
KaxAjaxWaitIndicator will be shown. If the request returns before this time,
the KaxAjaxWaitIndicator will not be shown.
| |
IsSkinSet |
控件内部使用。
| |
IsSticky | The IsSticky property of the Loading Panel controls where the panel will appear during the AJAX request. If this property is set to true, the panel will appear where you have placed it on your webform. If this property is set to false, the Loading panel will appear on the place of the updated control(s). By default this property is set to false. | |
MinDisplayTime |
Gets or sets a value that specifies the minimum time in milliseconds that the
KaxAjaxWaitIndicator will last. The control will not be updated before this
period has passed even if the request returns. This will ensure more smoother interface
for your page.
| |
OnClientHiding | ||
OnClientShowing | ||
RegisterWithScriptManager |
Gets or sets a value that indicates whether registrating the ScriptManager control on the current page.
| |
Skin | Gets or sets the skin name for the control user interface. | |
Transparency |
Gets or sets transparency in percentage. Default value is 0 percents.
| |
ZIndex |
Gets or sets the z-index of the loading panel. Default value is 90,000.
|