Gets or sets the horisontal border line color.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

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

See Also