Gets or sets the color of the hierarchical lines.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Color HierarchicalLinesColor { get; set; }
Visual Basic
Public Property HierarchicalLinesColor As Color
	Get
	Set
Visual C++
public:
property Color HierarchicalLinesColor {
	Color get ();
	void set (Color value);
}
F#
member HierarchicalLinesColor : Color with get, set

Property Value

Type: Color
The color of the hierarchical lines.

See Also