Skip to main content

TileItemAppearances(AppearanceObject) Constructor

Initializes a new instance of the TileItemAppearances class with the specified appearance settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileItemAppearances(
    AppearanceObject obj
)

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 TileItemAppearances.Normal, TileItemAppearances.Hovered and TileItemAppearances.Selected objects.

See Also