TileItemFrame.Appearance Property
Provides access to appearance settings for this TileItemFrame.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject that stores appearance settings for this TileItemFrame. |
Remarks
To customize the entire TileItem appearance, use the TileItem.AppearanceItem property instead.
See Also