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

    Property Value

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