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

RepositoryItemProgressBar.Appearance Property

Gets the appearance settings used to paint the editor when it’s enabled.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public ProgressBarAppearanceObject Appearance { get; }

Property Value

Type Description
DevExpress.XtraEditors.Repository.ProgressBarAppearanceObject

An object that provides the appearance setting used to paint the editor when it’s enabled.

Remarks

The editor is enabled if its RepositoryItem.Enabled property is set to true. Use the Appearance property to specify the editor’s background and foreground colors, font settings, etc. The BackColor and BackColor2 properties of the Appearance object are in not in effect when the control is painted using a skinning paint scheme.

To specify the appearance settings used to paint a disabled editor, use the RepositoryItemProgressBar.AppearanceDisabled property. Additionally, it’s possible to specify the appearance of the currently focused editor. Use the RepositoryItemProgressBar.AppearanceFocused property for this purpose.

For more information on appearances, see the Application Appearance and Skin Colors document.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Appearance property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also