The SimpleNode type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
SimpleNode |
Initializes a new instance of the SimpleNode class
|
Methods
Name | Description | |
---|---|---|
AddOriginalNode |
Adds a new connection to this node
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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).) | |
Serialize | (Inherited from VizNode.) | |
SerializeAttributes | (Inherited from VizBaseEntity.) | |
SetAttribute | (Inherited from VizBaseEntity.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Attributes | (Inherited from VizBaseEntity.) | |
Connections |
List of connections
(Overrides BaseNode Connections.) | |
IsAnimating |
Gets or sets a value defining if a node is currently animated
(Inherited from BaseNode.) | |
IsGrouped |
Returns a value indicating if the node is in a groupnode
| |
Name | (Inherited from VizNode.) | |
ParentNode |
Returns the parent node of the node. Returns null if the node is not grouped
| |
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.) |
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