ProgressPanel.AnimationElementImage Property
Gets or sets a custom image for the wait indicator visual elements.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.1.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.