StateAppearances(AppearanceObject) Constructor
Initializes a new instance of the StateAppearances class with the specified appearance settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | AppearanceObject | An AppearanceObject whose settings will be copied to the created object. |
Remarks
This constructor copies the specified appearance settings to the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled objects.
See Also