GoDiagram Web Reference
LinksLayer Property

Gets or sets the layer that is normally used for holding links.
Syntax
'Declaration
 
<DescriptionAttribute("The default layer used when adding links to the document.")>
Public Overridable Property LinksLayer As GoLayer
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members
DefaultLayer Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback