alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LayoutStyle

    Node Layout styles

    Inheritance
    System.Object
    LayoutStyle
    Namespace: Syncfusion.Windows.Forms.Diagram.Controls
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public sealed class LayoutStyle : Enum

    Fields

    DirectedTree

    Layout nodes in directed tree graph fashion.

    Declaration
    public const LayoutStyle DirectedTree
    Field Value
    Type
    LayoutStyle

    Hierarchic

    Layout nodes in hierarchical way.

    Declaration
    public const LayoutStyle Hierarchic
    Field Value
    Type
    LayoutStyle

    Radial

    Layout nodes in radial (circular) fashion.

    Declaration
    public const LayoutStyle Radial
    Field Value
    Type
    LayoutStyle

    Symmetric

    Layout nodes in symmetrical manner.

    Declaration
    public const LayoutStyle Symmetric
    Field Value
    Type
    LayoutStyle

    Table

    Arrange in a table like layout with rows and columns.

    Declaration
    public const LayoutStyle Table
    Field Value
    Type
    LayoutStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved