GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / LeftSide Property
In This Topic
    LeftSide Property
    In This Topic
    Gets or sets which side of the GoGeneralNode this port should be on.
    Syntax
    public virtual bool LeftSide {get; set;}
    Remarks

    This should only be set before it is actually added to the node. If Orientation is Vertical, this actually refers to the "top" side, not the "left" side. This property is also set by InsertLeftPort and InsertRightPort.

    Changing this value will automatically set the IsValidFrom and IsValidTo properties in the standard manner.

    See Also