menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MindMapLayout - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MindMapLayout

    Represents the details about mindmap layout.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    MindMapLayout
    Inherited Members
    LayoutBase.Margin
    LayoutBase.MarginProperty
    TreeLayoutBase.HorizontalSpacing
    TreeLayoutBase.HorizontalSpacingProperty
    TreeLayoutBase.PropertiesChanged
    TreeLayoutBase.VerticalSpacing
    TreeLayoutBase.VerticalSpacingProperty
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class MindMapLayout : TreeLayoutBase

    Constructors

    MindMapLayout()

    Initializes a new instance of the MindMapLayout class.

    Declaration
    public MindMapLayout()

    Fields

    EnableFreeFormProperty

    Represents the bindable property of EnableFreeForm.

    Declaration
    public static readonly BindableProperty EnableFreeFormProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LayoutStyleProperty

    Represents the bindable property of LayoutStyleProperty.

    Declaration
    public static readonly BindableProperty LayoutStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MindMapOrientationProperty

    Represents the bindable property of TreeOrientatation.

    Declaration
    public static readonly BindableProperty MindMapOrientationProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    EnableFreeForm

    Gets or sets a value indicating whether gets or sets EnableFreeForm.

    Declaration
    public bool EnableFreeForm { get; set; }
    Property Value
    Type Description
    System.Boolean

    Gets or sets the EnableFreeForm of the mindmap layout.

    LayoutStyle

    Gets or sets layoutStyle.

    Declaration
    public LayoutStyle LayoutStyle { get; set; }
    Property Value
    Type
    LayoutStyle

    MindMapOrientation

    Gets or sets Orientation.

    Declaration
    public Orientation MindMapOrientation { get; set; }
    Property Value
    Type Description
    Orientation

    Gets or sets the Orientation of the Layout.

    RootNode

    Gets rootNode.

    Declaration
    public Node RootNode { get; }
    Property Value
    Type
    Node

    Methods

    UpdateLayout()

    Oveeride UpdateLayout method from its base class.

    Declaration
    public override void UpdateLayout()
    Overrides
    LayoutBase.UpdateLayout()

    UpdateLayoutStyle(LayoutStyle)

    UpdateLayoutStyle.

    Declaration
    public void UpdateLayoutStyle(LayoutStyle layoutstyle)
    Parameters
    Type Name Description
    LayoutStyle layoutstyle

    layoutstyle.

    UpdateLeftOrTop()

    UpdateLeftOrTop.

    Declaration
    public void UpdateLeftOrTop()

    UpdateRightOrBottom()

    UpdateRightOrBottom.

    Declaration
    public void UpdateRightOrBottom()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved