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

    Property Value

    The initial value is null. Changing this value will also call RemoveNetwork.
    See Also