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.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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