Click or drag to resize
NodeControlSetNodeColor Method
Distributed Algorithm Simulator
Sets the node color.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetNodeColor(
	Color color
)

Parameters

color
Type: System.DrawingColor
Node color.
See Also