Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ProgressPanel.AnimationElementImage Property

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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.

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