New to Telerik UI for WPFStart a free 30-day trial

Runtime layout data.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public sealed class TreeLayoutData

Inheritance: objectTreeLayoutData

Constructors

C#
public TreeLayoutData()

Properties

Gets or sets the angle.

C#
public double Angle { get; set; }

Gets or sets the angle to parent.

C#
public double AngleToParent { get; set; }

Gets or sets the children layout.

C#
public ChildrenLayout ChildrenLayout { get; set; }

Gets or sets the level with respect to the root.

C#
public int Level { get; set; }

Gets or sets the location.

C#
public Point Location { get; set; }

Gets or sets the size of the node.

C#
public Size NodeSize { get; set; }

Gets or sets the sector angle.

C#
public double SectorAngle { get; set; }
Property Value:

The sector angle.

Size

Size

Gets or sets the size.

C#
public Size Size { get; set; }

Gets or sets the tree direction.

C#
public TreeDirection TreeDirection { get; set; }