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

    Property Value

    The initial value is null. This is automatically set to null when the Document property changes.
    See Also