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

StateAppearances(AppearanceObject) Constructor

Initializes a new instance of the StateAppearances class with the specified appearance settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public StateAppearances(
    AppearanceObject obj
)

Parameters

Name Type Description
obj AppearanceObject

An AppearanceObject whose settings will be copied to the created object.

Remarks

This constructor copies the specified appearance settings to the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled objects.

See Also