GoDiagram Web Reference
UnboundedSpots Property

Gets or sets the directions in which this grid is effectively unlimited in size and extent.
Syntax
'Declaration
 
<CategoryAttribute("Grid")>
<DefaultValueAttribute()>
<DescriptionAttribute("The directions in which the grid is infinite, a bitwise-OR of the standard eight GoObject spots")>
Public Overridable Property UnboundedSpots As Integer
[CategoryAttribute("Grid")]
[DefaultValueAttribute()]
[DescriptionAttribute("The directions in which the grid is infinite, a bitwise-OR of the standard eight GoObject spots")]
public virtual int UnboundedSpots {get; set;}

Property Value

This must be some bitwise OR of the standard eight side-or-corner spots: GoObject.GoObject.TopLeft, GoObject.MiddleTop, GoObject.TopRight, GoObject.MiddleLeft, GoObject.MiddleRight, GoObject.BottomLeft, GoObject.MiddleBottom, GoObject.BottomRight. The default value is GoObject.NoSpot; that is, this grid object is completely finite, like the typical GoObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoGrid Class
GoGrid Members
IsUnbounded Property
Paint Method
ExpandPaintBounds Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback