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

ProgressPanel.AnimationElementCount Property

Gets or sets the number of wait indicator visual elements.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(5)]
public int AnimationElementCount { get; set; }

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