GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / ToSpot Property
In This Topic
    ToSpot Property
    In This Topic
    Gets or sets the GoObject spot at which to connect links going into this port.
    Syntax
    [Category("Appearance")]
    [DefaultValue(256)]
    [Description("The spot for attaching links going into this port.")]
    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.
    See Also