ProgressPanel.AnimationElementCount Property
Gets or sets the number of wait indicator visual elements.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An integer value that specifies the number of wait indicator visual elements. |
Remarks
The AnimationElementCount property allows you to override the default number of visual elements, such as circles, rectangles or custom images, of which the wait indicator consists.
See Also