GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / RightPort Property
In This Topic
    RightPort Property
    In This Topic
    Gets or sets the port at the right side of the node.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoPort RightPort {get; set;}

    Property Value

    The new value may be null, to simply remove the port. If non-null, the port should have the Selectable property set to false.
    Remarks
    Instead of setting the port after creating a node, you may find it easier to override the CreatePort method.
    See Also