Skip to main content
A newer version of this page is available. .

ProgressPanel.AnimationElementImage Property

Gets or sets a custom image for the wait indicator visual elements.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public Image AnimationElementImage { get; set; }

Property Value

Type Default Description
Image *null*

An Image object that specifies a custom image for the wait indicator visual elements.

Remarks

If the ProgressPanel.WaitAnimationType property is set to Line or Ring, the ProgressPanel displays the Office inspired wait indicator. By default, this wait indicator consists of the circle visual elements, as in the figure below.

ProgressPanel_LineWaitIndicator

The AnimationElementImage property allows you to provide a custom image for the visual elements of the wait indicator.

For the line wait indicator, you can also use the ProgressPanel.LineAnimationElementType property to specify the visual element shape.

See Also