C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.Realign.RealignNode

Inheritance: RealignObject
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ParentCount ( ) : int

Method Details

AddLeftOffset() public méthode

public AddLeftOffset ( double offset ) : void
offset double
Résultat void

AddTopOffset() public méthode

public AddTopOffset ( double offset ) : void
offset double
Résultat void

GetAllNodes() public méthode

public GetAllNodes ( RealignStyle realignStyle = RealignStyle.Horizontal ) : IEnumerable
realignStyle RealignStyle
Résultat IEnumerable

GetAnyChildHasMultipleParents() public méthode

public GetAnyChildHasMultipleParents ( ) : bool
Résultat bool

GetCenterLeftOfChildNode() public méthode

public GetCenterLeftOfChildNode ( ) : double
Résultat double

GetCenterTopOfChildNode() public méthode

public GetCenterTopOfChildNode ( ) : double
Résultat double

HasMultiParents() public méthode

public HasMultiParents ( ) : bool
Résultat bool

RealignNode() public méthode

public RealignNode ( NodeControl nodeControl ) : System
nodeControl SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl
Résultat System