Skip to main content
A newer version of this page is available. .

CustomDrawItemEventArgs.Appearance Property

Provides access to the item’s appearance settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public DiagramAppearanceObject Appearance { get; }

Property Value

Type Description
DiagramAppearanceObject

The object that provides the item’s appearance settings.

See Also