GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / LayoutChildren Method
In This Topic
    LayoutChildren Method (GoSheet)
    In This Topic
    This updates any internal structures needed to keep the marginal areas up-to-date with the TopLeftMargin and BottomRightMargin properties.
    Syntax
    public override void LayoutChildren( 
       GoObject childchanged
    )

    Parameters

    childchanged
    Remarks
    This does nothing if Initializing is true. If there is a BackgroundImage, it is positioned relative to the MarginBounds according to the BackgroundImageSpot. If there is a Grid, it gets the same Bounds as the Paper.
    See Also