GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GridUnboundedSpots Property
In This Topic
    GridUnboundedSpots Property
    In This Topic
    Design-time and PropertyGrid access to Grid properties.
    Syntax
    [Category("Grid")]
    [DefaultValue(10)]
    [Description("The directions in which the grid is infinite, a bitwise-OR of the standard eight GoObject spots")]
    public int GridUnboundedSpots {get; set;}
    See Also