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

DiagramAutoLayoutSettings Class

Contains auto-layout settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DiagramAutoLayoutSettings :
    PropertiesBase

The following members return DiagramAutoLayoutSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxDiagram.SettingsAutoLayout
ASP.NET MVC Extensions DiagramSettings.SettingsAutoLayout

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px" Units="Px"
    NodeDataSourceID="FlowNodeDemoDataSource" EdgeDataSourceID="FlowEdgeDemoDataSource" >
    <SettingsAutoLayout Type="Layered" Orientation="Vertical" />
    <Mappings>
        <Node Key="ID" Type="Type" Width="Width" Height="Height" />
        <Edge Key="ID" FromKey="FromID" ToKey="ToID" Text="Text" />
    </Mappings>
</dx:ASPxDiagram>

Run Demo: Node and Edge Data Sources

Implements

Inheritance

Object
StateManager
PropertiesBase
DiagramAutoLayoutSettings
See Also