GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / LabelInside Property
In This Topic
    LabelInside Property
    In This Topic
    Return whether the Label should go on the inside or on the outside of this port, relative to the System.Drawing.Icon.
    Syntax
    public virtual bool LabelInside {get;}

    Property Value

    This defaults to the value of the parent GoGeneralNode's LeftPortLabelsInside or RightPortLabelsInside property. If there is no such parent, this returns false.
    Remarks
    You can override this property to customize the label positioning for individual ports.
    See Also