ProgressPanel.CaptionToDescriptionDistance Property
Gets or sets the vertical distance between the ProgressPanel.Caption and ProgressPanel.Description.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.2.dll
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