menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MindMapTreeMode - UWP API Reference | Syncfusion

    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.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved