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

StateAppearances.Assign(AppearanceObject) Method

Copies the specified appearance settings to the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled objects.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void Assign(
    AppearanceObject app
)

Parameters

Name Type Description
app AppearanceObject

An AppearanceObject whose settings are to be copied.

See Also