Skip to main content

DiagramControl.Appearance Property

Provides access to the properties that control the appearance of the DiagramControl‘s elements.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Description
DevExpress.XtraDiagram.DiagramAppearanceCollection

A DiagramAppearance object.

See Also