ClassLayoutInfo
Class
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
The node.
position
Point
The position.