Class LayoutInfo
An information class for the layout algorithms.
Inheritance
System.Object
LayoutInfo
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class LayoutInfo : Object
Constructors
LayoutInfo(Node<TreeLayoutData, Object>, Point)
Initializes a new instance of the LayoutInfo class.
Declaration
public LayoutInfo(Node<TreeLayoutData, object> node, Point position)
Parameters
Node<TreeLayoutData, System.Object>
node
The node. |
System.Windows.Point
position
The position. |
Properties
Node
Gets or sets the node.
Declaration
public Node<TreeLayoutData, object> Node { get; set; }
Property Value
Node<TreeLayoutData, System.Object>
The node. |
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
System.Windows.Point
The position. |