Class TreeLayoutData
Runtime layout data.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class TreeLayoutData : Object
Constructors
TreeLayoutData()
Declaration
public TreeLayoutData()
Properties
Angle
Gets or sets the angle.
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
AngleToParent
Gets or sets the angle to parent.
Declaration
public double AngleToParent { get; set; }
Property Value
System.Double
|
ChildrenLayout
Gets or sets the children layout.
Declaration
public ChildrenLayout ChildrenLayout { get; set; }
Property Value
ChildrenLayout
|
Level
Gets or sets the level with respect to the root.
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
Location
Gets or sets the location.
Declaration
public Point Location { get; set; }
Property Value
System.Windows.Point
|
NodeSize
Gets or sets the size of the node.
Declaration
public Size NodeSize { get; set; }
Property Value
System.Windows.Size
|
SectorAngle
Gets or sets the sector angle.
Declaration
public double SectorAngle { get; set; }
Property Value
System.Double
The sector angle. |
Size
Gets or sets the size.
Declaration
public Size Size { get; set; }
Property Value
System.Windows.Size
|
TreeDirection
Gets or sets the tree direction.
Declaration
public TreeDirection TreeDirection { get; set; }
Property Value
TreeDirection
|