Class
LayoutInfo

An information class for the layout algorithms.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class LayoutInfo

Inheritance: objectLayoutInfo

Constructors

LayoutInfo(Node<TreeLayoutData, object>, Point)

Initializes a new instance of the LayoutInfo class.

Declaration

cs-api-definition
public LayoutInfo(Node<TreeLayoutData, object> node, Point position)

Parameters

node

Node<TreeLayoutData, object>

The node.

position

Point

The position.

Properties

Node

Gets or sets the node.

Declaration

cs-api-definition
public Node<TreeLayoutData, object> Node { get; set; }

Property Value

Node<TreeLayoutData, object>

The node.

Position

Gets or sets the position.

Declaration

cs-api-definition
public Point Position { get; set; }

Property Value

Point

The position.