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

ProgressPanel.CaptionToDescriptionDistance Property

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Display Options")]
[DefaultValue(0)]
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