GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / LeftPortsLabelSpacing Property
In This Topic
    LeftPortsLabelSpacing Property
    In This Topic
    Gets or sets the space between a GoGeneralNodePort and its GoGeneralNodePortLabel.
    Syntax
    [Category("Appearance")]
    [DefaultValue(2)]
    [Description("The distance between a left port and its label")]
    public virtual float LeftPortsLabelSpacing {get; set;}

    Property Value

    The default value is 2. A negative value will result in overlap of the label and the port.
    Remarks
    You can customize the value for individual ports by overriding the GoGeneralNodePort.GoGeneralNodePort.LabelSpacing property.
    See Also