Class Node
public class Node
- Inheritance
-
Node
- Inherited Members
- Extension Methods
Constructors
Node()
public Node()
Properties
Bound
public Rect Bound { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Ports
public List<Port> Ports { get; set; }
Property Value
Text
public string Text { get; set; }