The BaseNode type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BaseNode | Initializes a new instance of the BaseNode class  | 
Methods
| Name | Description | |
|---|---|---|
|  (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
              | |
| OnPropertyChanged | 
            Throws the PropertyChangedEvent
              | |
| OnSetAttribute | (Inherited from VizNode.) | |
| PointOnBox | 
            Returns the next valid point on the nodes boundingbox in direction of the edge
              | |
| Serialize | (Inherited from VizNode.) | |
| SerializeAttributes | (Inherited from VizBaseEntity.) | |
| SetAttribute | (Inherited from VizBaseEntity.) | |
|  (Inherited from  | 
Properties
| Name | Description | |
|---|---|---|
| Attributes | (Inherited from VizBaseEntity.) | |
| Connections | 
            Returns all connections containing this node
              | |
| IsAnimating | 
            Gets or sets a value defining if a node is currently animated
              | |
| Name | (Inherited from VizNode.) | |
| Pos | 
            Location of the Node on the screen
              | |
| PosNoEvent | 
            Location of the Node on the screen, the PorpertyChanged Event is not thrown
              | |
| Size | (Inherited from VizNode.) | |
| SourceAttributes | (Inherited from VizBaseEntity.) | 
Events
| Name | Description | |
|---|---|---|
| AnimationEvent | 
            Occurs when the Node is animated
              | |
| PropertyChanged | 
            Occurs when the value of a Property is set
              | 
See Also