AppearanceObject(AppearanceObject, AppearanceObject) Constructor
Initializes a new instance of the AppearanceObject class.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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