Version

EnableConnectorLines Property

Sets or gets a boolean value that determins if connector lines are used to draw lines between nodes that are siblings of the same parent. Setting this property to true results in considerably more markup being emitted to the client to account for the images that are used to draw the connecting lines.
Syntax
'Declaration
 
Public Property EnableConnectorLines As Boolean
public bool EnableConnectorLines {get; set;}
Remarks
Setting this property to true results in considerably more markup being emitted to the client to account for the images that are used to draw the connecting lines.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also