Skip to main content

DiagramItem.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

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

Property Value

Type Description
DiagramAppearanceObject

The object that provides the item’s appearance settings.

See Also