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