[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can link ports.")] public bool AllowLink {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can link ports.")] public bool AllowLink {get; set;}
Document.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 this view's document.