Back to Devexpress

ProgressPanel.AnimationToTextDistance Property

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

latest1.6 KB
Original Source

ProgressPanel.AnimationToTextDistance Property

Gets or sets the amount of space, in pixels, between the wait indicator and text.

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(8)]
[DXCategory("Display Options")]
public int AnimationToTextDistance { get; set; }
vb
<DXCategory("Display Options")>
<DefaultValue(8)>
Public Property AnimationToTextDistance As Integer

Property Value

TypeDefaultDescription
Int328

An integer value that specifies the amount of space, in pixels, between the wait indicator and text.

|

Remarks

See ProgressPanel.Caption for details.

See Also

Caption

WaitAnimationType

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace