Class LayoutInfo
An information class for the layout algorithms.
Inheritance
System.Object
LayoutInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class LayoutInfo
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. |