GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / FromSpot Property
In This Topic
    FromSpot Property
    In This Topic
    Gets or sets the GoObject spot at which to connect links coming out from this port.
    Syntax
    [Category("Appearance")]
    [DefaultValue(64)]
    [Description("The spot for attaching links coming out from this port.")]
    public virtual int FromSpot {get; set;}

    Property Value

    The default value is GoObject.MiddleRight.
    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