Back to Devexpress

ProgressPanel.AppearanceDescription Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-1c5106dd.md

latest1.8 KB
Original Source

ProgressPanel.AppearanceDescription Property

Contains appearance settings used to customize the appearance of the control’s ProgressPanel.Description.

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject AppearanceDescription { get; set; }
vb
<DXCategory("Appearance")>
Public Property AppearanceDescription As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject that contains settings to customize the appearance of the control’s ProgressPanel.Description.

|

Remarks

You can use the AppearanceDescription property to change the font settings and foreground color of the control’s ProgressPanel.Description.

See Also

ShowDescription

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace