GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / OnOrientationChanged Method
the former Orientation value
In This Topic
    OnOrientationChanged Method (GoSimpleNode)
    In This Topic
    Determine how to change the whole node when the Orientation changes.
    Syntax
    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.
    See Also