GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / HandlesSubGraphCollapsedChildren Property
In This Topic
    HandlesSubGraphCollapsedChildren Property
    In This Topic
    Gets or sets whether GenerateChildAttributes and ConsumeChildAttributes handle collapsed Northwoods.Go.GoSubGraphs information about the saved relative bounds or saved paths of subgraph child Northwoods.Go.GoObjects.
    Syntax
    public bool HandlesSubGraphCollapsedChildren {get; set;}

    Property Value

    This defaults to false, and is only effective when HandlesChildAttributes and HandlesChildren are both true.
    Remarks
    You will probably want to set this to true for the transformer defined for your Northwoods.Go.GoSubGraph class.
    See Also