Click or drag to resize
NodeControl Class
Distributed Algorithm Simulator
A control that represents a node in the Visual Simulator. Consists of a circular shaped graphic that represents a node and text on it that represents node IDs.
Inheritance Hierarchy

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class NodeControl : Control

The NodeControl type exposes the following members.

Constructors
  NameDescription
Public methodNodeControl
Initializes an instance of a NodeControl class.
Top
Methods
  NameDescription
Public methodSetNodeColor
Sets the node color.
Public methodSetTextColor
Sets the node ID text color.
Top
See Also