GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / LabelSpacing Property
In This Topic
    LabelSpacing Property
    In This Topic
    Return the desired distance between the port label and the port itself
    Syntax
    public virtual float LabelSpacing {get;}

    Property Value

    This defaults to the value of the parent GoGeneralNode's LeftPortsLabelSpacing or RightPortsLabelSpacing property. If there is no such parent, this returns 2.
    Remarks
    You can override this property to customize the spacing for individual ports.
    See Also