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

AppearanceObject(AppearanceObject) Constructor

Initializes a new instance of the AppearanceObject class with the specified parent.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public AppearanceObject(
    AppearanceObject parentAppearance
)

Parameters

Name Type Description
parentAppearance AppearanceObject

An AppearanceObject object representing the parent appearance object. This value is assigned to the AppearanceObject.ParentAppearance property.

See Also