alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class MindMapTreeMode

    Specifies the criteria for arranging the mind-map tree branches.

    Inheritance
    System.Object
    MindMapTreeMode
    Namespace: Syncfusion.UI.Xaml.Diagram.Layout
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public sealed class MindMapTreeMode : Enum

    Fields

    Area

    Specifies the mind-map branches should be balanced in the terms of area.

    Declaration
    public const MindMapTreeMode Area
    Field Value
    Type
    MindMapTreeMode

    Custom

    Specifies the mind-map branches should be arranged in defined direction.

    Declaration
    public const MindMapTreeMode Custom
    Field Value
    Type
    MindMapTreeMode

    Level

    Specifies the mind-map branches should be balanced in the terms of level.

    Declaration
    public const MindMapTreeMode Level
    Field Value
    Type
    MindMapTreeMode

    RootChildrenCount

    Specifies the mind-map branches should be balanced in the terms of children count.

    Declaration
    public const MindMapTreeMode RootChildrenCount
    Field Value
    Type
    MindMapTreeMode

    TreeNodesCount

    Specifies the mind-map branches should be balanced in the terms of total children count.

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