GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / LayoutChildren Method
In This Topic
    LayoutChildren Method (GoLabeledLink)
    In This Topic
    Position each of the labels.
    Syntax
    public override void LayoutChildren( 
       GoObject childchanged
    )

    Parameters

    childchanged
    Remarks
    This method calls PositionEndLabel for the FromLabel and ToLabel, and calls LayoutMidLabel which similarly calls PositionMidLabel for the MidLabel. If there are less than two points in the stroke of the RealLink, this method does nothing. When Initializing is true, this method does nothing.
    See Also