GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxNode Class / PortBorderMargin Property
In This Topic
    PortBorderMargin Property
    In This Topic
    Gets or sets the margin that is always visible for the port on each side of the body.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin that is always visible for the port on each side of the body")]
    public virtual SizeF PortBorderMargin {get; set;}

    Property Value

    This specifies the width of each side margin and the height of top margin and the height of the bottom margin, in document coordinates. By default the width and height are each 4, so that the port is 8 units wider and taller than the Body. The width and height must be non-negative.
    See Also