GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / RightPortLabelsInside Property
In This Topic
    RightPortLabelsInside Property
    In This Topic
    Gets or sets whether the labels for the right ports should go inside the ports (over the icon) or on the outside.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether right port labels go inside over the icon")]
    public virtual bool RightPortLabelsInside {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