menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TreeLayoutBase

    Layout Base class.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    DirectedTreeLayout
    MindMapLayout
    Inherited Members
    LayoutBase.Margin
    LayoutBase.MarginProperty
    LayoutBase.UpdateLayout()
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public abstract class TreeLayoutBase : LayoutBase

    Constructors

    TreeLayoutBase()

    Initializes a new instance of the TreeLayoutBase class.

    Declaration
    public TreeLayoutBase()

    Fields

    HorizontalSpacingProperty

    Represents the bindable property of HorizontalSpacingProperty.

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

    VerticalSpacingProperty

    Represents the bindable property of VerticalSpacingProperty.

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

    Properties

    HorizontalSpacing

    Gets or sets the HorizontalSpacing for the TreeLayout. This is a bindable property.

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

    The double value.

    PropertiesChanged

    Gets or sets propertiesChanged.

    Declaration
    public List<string> PropertiesChanged { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    VerticalSpacing

    Gets or sets the VerticalSpacing for the TreeLayout. This is a bindable property.

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

    The double value.

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