C# Class Microsoft.Silverlight.Testing.Controls.TreeViewItemConnectingLineInfo

Represents the necessary information to draw connecting lines in a TreeViewItem.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TreeViewItemConnectingLineInfo ( TreeViewItem item ) : System

Initializes a new instance of the TreeViewItemConnectingLineInfo class.

Private Methods

Method Description
PositionConnectingLines ( ) : void

Position the connecting lines in the TreeViewItem.

PositionVerticalConnectingLine ( ) : void

Position the vertical connecting line in the TreeViewItem.

Method Details

TreeViewItemConnectingLineInfo() public method

Initializes a new instance of the TreeViewItemConnectingLineInfo class.
public TreeViewItemConnectingLineInfo ( TreeViewItem item ) : System
item TreeViewItem The TreeViewItem.
return System