Skip to main content

CustomDrawItemEventArgs.Appearance Property

Provides access to the item’s appearance settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramAppearanceObject Appearance { get; }

Property Value

Type Description
DiagramAppearanceObject

The object that provides the item’s appearance settings.

See Also