ClassTreeLayoutData
Class
Runtime layout data.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.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.
NodeSize
Gets or sets the size of the node.
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.
TreeDirection
Gets or sets the tree direction.
Declaration
cs-api-definition
public TreeDirection TreeDirection { get; set; }
Property Value