GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / LinksLayer Property
In This Topic
    LinksLayer Property
    In This Topic
    Gets or sets the layer that is normally used for holding links.
    Syntax
    [Description("The default layer used when adding links to the document.")]
    public virtual GoLayer LinksLayer {get; set;}

    Property Value

    The GoLayer value must not be null and must already belong to this document. By default the links layer is the same as the default layer, because the document only has a single layer.
    Remarks
    It is common to want to display all links behind all nodes, or all links in front of all nodes. Either policy can be implemented easily by creating a new document layer and assigning it to this property.
    See Also