Gets or sets the line color of the indicator.

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

Syntax

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

See Also