The GroupNode type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| GroupNode |
Initializes a new instance of the GroupNode class
|
Methods
| Name | Description | |
|---|---|---|
| AddNode |
Adds a node to the group
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnAnimation |
Throws the AnimationEvent
(Inherited from BaseNode.) | |
| OnPropertyChanged |
Throws the PropertyChangedEvent
(Inherited from BaseNode.) | |
| OnSetAttribute | (Inherited from VizNode.) | |
| PointOnBox |
Returns the next valid point on the nodes boundingbox in direction of the edge
(Overrides BaseNode PointOnBox(VizEdge).) | |
| RemoveNode |
Removes a node from the group
| |
| Serialize | (Inherited from VizNode.) | |
| SerializeAttributes | (Inherited from VizBaseEntity.) | |
| SetAttribute | (Inherited from VizBaseEntity.) | |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Attributes | (Inherited from VizBaseEntity.) | |
| Connections |
Returns the connections to the groupnode
(Overrides BaseNode Connections.) | |
| InnerConnections |
Returns a list of all connections between nodes in the groupnode
| |
| IsAnimating |
Gets or sets a value defining if a node is currently animated
(Inherited from BaseNode.) | |
| Name | (Inherited from VizNode.) | |
| Nodes |
Returns a list of all nodes in the groupnode
| |
| NodesPosition |
Returns a list containing the the position of each node on the border
| |
| Pos |
Location of the Node on the screen
(Inherited from BaseNode.) | |
| PosNoEvent |
Location of the Node on the screen, the PorpertyChanged Event is not thrown
(Inherited from BaseNode.) | |
| Size | (Inherited from VizNode.) | |
| SourceAttributes | (Inherited from VizBaseEntity.) | |
| Title |
Gets or sets the title of the groupnode
|
Events
| Name | Description | |
|---|---|---|
| AnimationEvent |
Occurs when the Node is animated
(Inherited from BaseNode.) | |
| PropertyChanged |
Occurs when the value of a Property is set
(Inherited from BaseNode.) |
See Also