C# 클래스 Microsoft.Silverlight.Testing.Controls.TreeViewItemConnectingLineInfo

Represents the necessary information to draw connecting lines in a TreeViewItem.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
TreeViewItemConnectingLineInfo ( TreeViewItem item ) : System

Initializes a new instance of the TreeViewItemConnectingLineInfo class.

비공개 메소드들

메소드 설명
PositionConnectingLines ( ) : void

Position the connecting lines in the TreeViewItem.

PositionVerticalConnectingLine ( ) : void

Position the vertical connecting line in the TreeViewItem.

메소드 상세

TreeViewItemConnectingLineInfo() 공개 메소드

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