Gets or sets the dark color of the notches.

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

Syntax

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

See Also