C# 클래스 Smrf.NodeXL.Visualization.Wpf.DoubleClickedVertexInfo

Stores information about the vertex that was most recently double-clicked in the NodeXLControl.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_decSelectedSubgraphLevels Decimal
m_oVertex IVertex

공개 메소드들

메소드 설명
DoubleClickedVertexInfo ( IVertex vertex ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

DoubleClickedVertexInfo() 공개 메소드

Initializes a new instance of the class.
public DoubleClickedVertexInfo ( IVertex vertex ) : System
vertex IVertex /// The vertex that was double-clicked. ///
리턴 System

프로퍼티 상세

m_decSelectedSubgraphLevels 보호되어 있는 프로퍼티

protected Decimal m_decSelectedSubgraphLevels
리턴 Decimal

m_oVertex 보호되어 있는 프로퍼티

protected IVertex m_oVertex
리턴 IVertex