Specifies what color will be used to draw the indicator

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also