[]
Gets or sets the line style used to draw the outline tree.
public DashStyle LineStyle { get; set; }
By default, this property is set to DashStyle.Dot, which causes the tree to be drawn with dotted lines. You can change the value of this property to draw the tree using solid lines instead.