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

DiagramItem.Appearance Property

Provides access to the item’s appearance settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual DiagramAppearanceObject Appearance { get; }

Property Value

Type Description
DiagramAppearanceObject

The object that provides the item’s appearance settings.

See Also