Skip to main content

ProgressPanel.CaptionToDescriptionDistance Property

Gets or sets the vertical distance between the ProgressPanel.Caption and ProgressPanel.Description.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value that is the vertical distance between the caption and description.

Remarks

See ProgressPanel.Caption to learn more.

See Also