Gets or sets the color for the active display segments.

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

Syntax

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

See Also