AppearanceObject(AppearanceObject) Constructor
Initializes a new instance of the AppearanceObject class with the specified parent.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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