GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / LeftPortLabelsInside Property
In This Topic
    LeftPortLabelsInside Property
    In This Topic
    Gets or sets whether the labels for the left ports should go inside the ports (over the icon) or on the outside.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether left port labels go inside over the icon")]
    public virtual bool LeftPortLabelsInside {get; set;}

    Property Value

    The default value is false. Note that when the value is true, long labels or narrow icons may result in overlapping labels.
    Remarks
    You can customize the value for individual ports by overriding the GoGeneralNodePort.GoGeneralNodePort.LabelInside property.
    See Also