ProgressPanel.AnimationElementCount Property
Gets or sets the number of wait indicator visual elements.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[DXCategory("Behavior")]
[DefaultValue(5)]
public int AnimationElementCount { get; set; }
<DXCategory("Behavior")>
<DefaultValue(5)>
Public Property AnimationElementCount As Integer
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
Feedback