Class
TreeLayoutData

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.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

AngleToParent

Gets or sets the angle to parent.

Declaration

cs-api-definition
public double AngleToParent { get; set; }

Property Value

double

ChildrenLayout

Gets or sets the children layout.

Declaration

cs-api-definition
public ChildrenLayout ChildrenLayout { get; set; }

Property Value

ChildrenLayout

Level

Gets or sets the level with respect to the root.

Declaration

cs-api-definition
public int Level { get; set; }

Property Value

int

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

double

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

TreeDirection