GoDiagram Web Reference
OnOrientationChanged Method (GoSimpleNode)

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
A horizontal orientation has the ports positioned on the left and right of the node, with the source links coming into the InPort on the left and the destination links going out from the OutPort on the right. A vertical orientation has the InPort on top, so links come in at the top, and the OutPort is on the bottom of the node, so links 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

GoSimpleNode Class
GoSimpleNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback