Sets the colour of the lines used in the Organisation Chart Component.
Examples
MyOrgChart.LineColour = LineColour.Red;
| C# | Visual Basic | Visual C++ |
public LineColour LineColour { get; set; }
Public Property LineColour As LineColour
public: virtual property LineColour LineColour { LineColour get () sealed; void set (LineColour value) sealed; }