New to Telerik UI for WPFStart a free 30-day trial

An information class for the layout algorithms.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class LayoutInfo

Inheritance: objectLayoutInfo

Constructors

Initializes a new instance of the LayoutInfo class.

C#
public LayoutInfo(Node<TreeLayoutData, object> node, Point position)
Parameters:nodeNode<TreeLayoutData, object>

The node.

positionPoint

The position.

Properties

Gets or sets the node.

C#
public Node<TreeLayoutData, object> Node { get; set; }
Property Value:

The node.

Gets or sets the position.

C#
public Point Position { get; set; }
Property Value:

The position.