Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeLayoutBase - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeLayoutBase

    Represents the abstract base class for all types of tree layout representation.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    DirectedTreeLayout
    MindMapLayout
    Implements
    ILayout
    Inherited Members
    LayoutBase.UpdateLayout()
    LayoutBase.UpdateLayout(Object)
    LayoutBase.Margin
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public abstract class TreeLayoutBase : LayoutBase, ILayout, IInternalLayout

    Constructors

    TreeLayoutBase()

    Declaration
    protected TreeLayoutBase()

    Properties

    HorizontalSpacing

    Gets or sets the horizontal spacing between the nodes.

    Declaration
    public double HorizontalSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    VerticalSpacing

    Gets or sets VerticalSpacing.

    Declaration
    public double VerticalSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    Gets or sets the vertical spacing between the nodes.

    Implements

    ILayout
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved