menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DirectedTreeLayout

    DirectedTree Layout class.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    DirectedTreeLayout
    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 DirectedTreeLayout : TreeLayoutBase

    Constructors

    DirectedTreeLayout()

    Initializes a new instance of the DirectedTreeLayout class.

    Declaration
    public DirectedTreeLayout()

    Fields

    IsDraggableProperty

    Represents the bindable property of IsDraggable.

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

    TreeOrientationProperty

    Initializes a new instance of the DirectedTreeLayout class.

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

    TypeProperty

    Represents the bindable property of Type.

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

    Properties

    IsDraggable

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

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

    Gets or sets the IsDraggable of the Layout.

    TreeOrientation

    Gets or sets Orientation.

    Declaration
    public TreeOrientation TreeOrientation { get; set; }
    Property Value
    Type Description
    TreeOrientation

    Gets or sets the Orientation of the Layout.

    Type

    Gets or sets Type.

    Declaration
    public LayoutType Type { get; set; }
    Property Value
    Type Description
    LayoutType

    Gets or sets the layout type.

    Methods

    UpdateLayout()

    Oveeride UpdateLayout method from its base class.

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