LayoutInfo
Class
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)
The node.
positionPointThe position.
Properties
Gets or sets the node.
C#
public Node<TreeLayoutData, object> Node { get; set; }
The node.
Position
Point
Gets or sets the position.
C#
public Point Position { get; set; }
The position.