Back to Devexpress

ProgressPanel.RingAnimationDiameter Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-f478fb9c.md

latest1.7 KB
Original Source

ProgressPanel.RingAnimationDiameter Property

Gets of sets the diameter, in pixels, of the circle wait indicator.

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int3240

An integer value that specifies the diameter, in pixels, of the circle wait indicator.

|

Remarks

If the ProgressPanel.WaitAnimationType property is set to Ring , the ProgressPanel displays the circle wait indicator. The RingAnimationDiameter property allows you to override the default circle diameter.

See Also

WaitAnimationType

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace