Skip to main content
All docs
V25.1
  • TileCustomDrawEventArgs.Appearance Property

    Gets appearance settings for the painted tile.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public AppearanceObject Appearance { get; }

    Property Value

    Type Description
    AppearanceObject

    Appearance settings for the painted tile.

    See Also