Back to Devexpress

ProgressPanel.AnimationElementCount Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-77b50b9d.md

latest1.5 KB
Original Source

ProgressPanel.AnimationElementCount Property

Gets or sets the number of wait indicator visual elements.

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(5)]
[DXCategory("Behavior")]
public int AnimationElementCount { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(5)>
Public Property AnimationElementCount As Integer

Property Value

TypeDefaultDescription
Int325

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

WaitAnimationType

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace