Back to Devexpress

TileItemFrame.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemframe.md

latest1.5 KB
Original Source

TileItemFrame.Appearance Property

Provides access to appearance settings for this TileItemFrame.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
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

AppearanceItem

TileItemFrame Class

TileItemFrame Members

DevExpress.XtraEditors Namespace