Class MindMapLayout
Represents the details about mindmap layout.
Inherited Members
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
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()