C# 클래스 SilverlightMappingToolBasic.UI.SuperGraph.View.Realign.RealignNode

상속: RealignObject
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
AddLeftOffset ( double offset ) : void
AddTopOffset ( double offset ) : void
GetAllNodes ( RealignStyle realignStyle = RealignStyle.Horizontal ) : IEnumerable
GetAnyChildHasMultipleParents ( ) : bool
GetCenterLeftOfChildNode ( ) : double
GetCenterTopOfChildNode ( ) : double
HasMultiParents ( ) : bool
RealignNode ( NodeControl nodeControl ) : System

비공개 메소드들

메소드 설명
ParentCount ( ) : int

메소드 상세

AddLeftOffset() 공개 메소드

public AddLeftOffset ( double offset ) : void
offset double
리턴 void

AddTopOffset() 공개 메소드

public AddTopOffset ( double offset ) : void
offset double
리턴 void

GetAllNodes() 공개 메소드

public GetAllNodes ( RealignStyle realignStyle = RealignStyle.Horizontal ) : IEnumerable
realignStyle RealignStyle
리턴 IEnumerable

GetAnyChildHasMultipleParents() 공개 메소드

public GetAnyChildHasMultipleParents ( ) : bool
리턴 bool

GetCenterLeftOfChildNode() 공개 메소드

public GetCenterLeftOfChildNode ( ) : double
리턴 double

GetCenterTopOfChildNode() 공개 메소드

public GetCenterTopOfChildNode ( ) : double
리턴 double

HasMultiParents() 공개 메소드

public HasMultiParents ( ) : bool
리턴 bool

RealignNode() 공개 메소드

public RealignNode ( NodeControl nodeControl ) : System
nodeControl SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl
리턴 System