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

DiagramControl.Appearance Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraDiagram.DiagramAppearanceCollection

A DiagramAppearance object.

See Also