[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can link ports in this document.")] public virtual bool AllowLink {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can link ports in this document.")] public virtual bool AllowLink {get; set;}
LinksLayers.Add(newLink)
, where newLink
is a newly created instance of a class like GoLink or GoLabeledLink whose IGoLink.FromPort and IGoLink.ToPort properties have been set to ports in the same document.