.Net Organisation Chart Component Class Library
LineColour Property
NamespacesOrgChart.CoreDataBoundOrganisationChartLineColour
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Sets the colour of the lines used in the Organisation Chart Component.
Examples
MyOrgChart.LineColour = LineColour.Red;
Declaration Syntax
C#Visual BasicVisual C++
public LineColour LineColour { get; set; }
Public Property LineColour As LineColour
public:
virtual property LineColour LineColour {
	LineColour get () sealed;
	void set (LineColour value) sealed;
}

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)