[Description("The default layer used when adding links to the document.")]
publicvirtualGoLayer 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.