Click or drag to resize
KaxAjaxWaitIndicator Properties

The KaxAjaxWaitIndicator type exposes the following members.

Properties
  Name Description
Public property AnimationDuration
Gets or sets animation duration in milliseconds. Default value is 0, i.e. no animation.
Public property BackgroundPosition
Gets or sets the position of the skin background image. Default value is center.
Public property EnableAjaxSkinRendering
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true.
Public property EnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
Public property EnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
Public property EnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
Public property EnableSkinTransparency
Defines whether the transparency set in the skin will be applied. Default value is True.
Public property 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.
Public property IsSkinSet
控件内部使用。
Public property 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.

Public property 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.
Public property OnClientHiding
Public property OnClientShowing
Public property RegisterWithScriptManager
Gets or sets a value that indicates whether registrating the ScriptManager control on the current page.
Public property Skin
Gets or sets the skin name for the control user interface.
Public property Transparency
Gets or sets transparency in percentage. Default value is 0 percents.
Public property ZIndex
Gets or sets the z-index of the loading panel. Default value is 90,000.
Top
See Also