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

AppearanceObject(AppearanceObject, AppearanceObject) Constructor

Initializes a new instance of the AppearanceObject class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public AppearanceObject(
    AppearanceObject main,
    AppearanceObject defaultAppearance
)

Parameters

Name Type Description
main AppearanceObject

An AppearanceObject representing the appearance object whose settings are used to initialize the created object’s properties.

defaultAppearance AppearanceObject

A DefaultAppearance object representing default appearance settings.

Remarks

This constructor calls the AppearanceObject.Combine method to initialize the created object’s properties.

See Also