GoDiagram Web Reference
ToSpot Property

Gets or sets the GoObject spot at which to connect links going into this port.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The spot for attaching links going into this port.")>
<CategoryAttribute("Appearance")>
Public Overridable Property ToSpot As Integer
[DefaultValueAttribute()]
[DescriptionAttribute("The spot for attaching links going into this port.")]
[CategoryAttribute("Appearance")]
public virtual int ToSpot {get; set;}

Property Value

The default value is GoObject.MiddleLeft.
Remarks
This property is used for the common case where we know where and in which direction we expect to attach links to ports. The default assumes a left-to-right flow for the graph. If the value changes, the setter will also call LinksOnPortChanged to notify all connected links about the change.
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

GoPort Class
GoPort Members
GetFromLinkPoint Method
GetToLinkPoint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback