Skip to main content

AppearanceObject(AppearanceObject) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.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