Gets or sets liquid color in this tank.

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

Syntax

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

See Also