Back to Devexpress

RepositoryItemProgressBar.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemprogressbar-88f4cdce.md

latest2.6 KB
Original Source

RepositoryItemProgressBar.Appearance Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public ProgressBarAppearanceObject Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As ProgressBarAppearanceObject

Property Value

TypeDescription
DevExpress.XtraEditors.Repository.ProgressBarAppearanceObject

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

|

Remarks

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.

See Also

AppearanceDisabled

AppearanceFocused

AppearanceReadOnly

RepositoryItemProgressBar Class

RepositoryItemProgressBar Members

DevExpress.XtraEditors.Repository Namespace