Back to Devexpress

ProgressPanel.CaptionToDescriptionDistance Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-3b264c0f.md

latest1.9 KB
Original Source

ProgressPanel.CaptionToDescriptionDistance Property

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

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Display Options")]
public int CaptionToDescriptionDistance { get; set; }
vb
<DXCategory("Display Options")>
<DefaultValue(0)>
Public Property CaptionToDescriptionDistance As Integer

Property Value

TypeDefaultDescription
Int320

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

|

Remarks

See ProgressPanel.Caption to learn more.

See Also

Caption

Description

ShowCaption

ShowDescription

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace