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

ProgressPanel.AnimationToTextDistance Property

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Display Options")]
[DefaultValue(8)]
public int AnimationToTextDistance { get; set; }

Property Value

Type Default Description
Int32 8

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