Back to Devexpress

DiagramControl.Appearance Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-144d05a2.md

latest1.2 KB
Original Source

DiagramControl.Appearance Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DXCategory("Appearance")]
public DiagramAppearanceCollection Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As DiagramAppearanceCollection

Property Value

TypeDescription
DevExpress.XtraDiagram.DiagramAppearanceCollection

A DiagramAppearance object.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace