GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Network Property
In This Topic
    Network Property (GoLayoutTree)
    In This Topic
    Gets or sets the GoLayoutTreeNetwork that the layout will be performed on.
    Syntax
    [Browsable(false)]
    public virtual GoLayoutTreeNetwork Network {get; set;}

    Property Value

    The initial value is null. This is automatically set to null when the Document property changes. Setting this property to null will also clear the Roots collection.
    See Also