GoDiagram Web Reference
OnOrientationChanged Method (GoGeneralNode)

the former Orientation value
Determine how to change the whole node when the Orientation changes.
Syntax
'Declaration
 
Public Overridable Sub OnOrientationChanged( _
   ByVal old As Orientation _
) 
public virtual void OnOrientationChanged( 
   Orientation old
)

Parameters

old
the former Orientation value
Remarks
By default, changing the Orientation property will reposition all of the ports appropriately and change the ports' ToSpot and FromSpot properties. When Orientation is Orientation.Horizontal, "left" ports are in fact on the left side, "right" ports are on the right side, source links come into the left ports on the left side, and destination links go out of the right ports from the right side. When Orientation is Orientation.Vertical, "left" ports are on top of the node, "right" ports are on the bottom, and links come in from the top and go out from the bottom.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoGeneralNode Class
GoGeneralNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback