ProgressPanel.AnimationToTextDistance Property
Gets or sets the amount of space, in pixels, between the wait indicator and text.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(8)]
[DXCategory("Display Options")]
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