GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / RightPortsAlignment Property
In This Topic
    RightPortsAlignment Property
    In This Topic
    Gets or sets the alignments of the "right ports" relative to the Icon.
    Syntax
    [Category("Appearance")]
    [DefaultValue(2)]
    [Description("The alignment of the right ports relative to the Icon")]
    public virtual int RightPortsAlignment {get; set;}

    Property Value

    The default value is GoObject.TopLeft. If the Orientation is Horizontal, the left side of the port is lined up with the right edge of the Icon; otherwise for a Vertical orientation, the top side of the port is lined up with the bottom edge of the Icon.
    See Also