GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / FromSides Property
In This Topic
    FromSides Property
    In This Topic
    Gets or sets the spot(s) indicating the side(s) of the port from which links come out.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The one side or one of two opposite sides at which links may come from")]
    public virtual int FromSides {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