AppearanceObject(AppearanceObject, AppearanceDefault) Constructor
In This Article
Initializes a new instance of the AppearanceObject class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public AppearanceObject(
AppearanceObject main,
AppearanceDefault appearanceDefault
)
#Parameters
Name | Type | Description |
---|---|---|
main | Appearance |
An Appearance |
appearance |
DevExpress. |
A DevExpress. |
#Remarks
This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also