Back to Devexpress

DiagramCommandsBase.SugiyamaLayoutCommand Field

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramcommandsbase-a663b9fd.md

latest1.2 KB
Original Source

DiagramCommandsBase.SugiyamaLayoutCommand Field

Realign diagram items according to the layered graph drawing (Sugiyama-style graph drawing) algorithm.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static readonly DiagramCommand<Direction> SugiyamaLayoutCommand
vb
Public Shared ReadOnly SugiyamaLayoutCommand As DiagramCommand(Of Direction)

Field Value

Type
DevExpress.Diagram.Core.DiagramCommand<Direction>

See Also

DiagramCommandsBase Class

DiagramCommandsBase Members

DevExpress.Diagram.Core Namespace