TreeLayoutData
Class
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 to parent.
C#
public double AngleToParent { get; set; }
Gets or sets the children layout.
C#
public ChildrenLayout ChildrenLayout { get; set; }
Location
Point
Gets or sets the location.
C#
public Point Location { get; set; }
NodeSize
Size
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; }
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; }