Class DirectedTreeLayout
DirectedTree Layout class.
Inherited Members
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()