GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / ToSides Property
In This Topic
    ToSides Property
    In This Topic
    Gets or sets the spot(s) indicating the side(s) of the port to which links go.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The one side or one of two opposite sides at which links may go to")]
    public virtual int ToSides {get; set;}

    Property Value

    The default value is GoObject.GoObject.NoSpot, indicating no restriction. The permitted values are NoSpot or a bitwise combination of any number of these side spots: MiddleLeft, MiddleRight, MiddleTop, MiddleBottom.
    See Also