Gets or sets the color of the tank.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Color TankColor { get; set; }
Visual Basic (Declaration)
Public Property TankColor As Color
Visual C++
public:
property Color TankColor {
	Color get ();
	void set (Color value);
}

See Also