[Serializable()] public class GoGrid : GoRectangle, IGoDragSnapper
[Serializable()] public class GoGrid : GoRectangle, IGoDragSnapper
GoGrid
is not a table containing cells of objects. This class just draws lines in a regular manner within the bounds of this object according to a frequency specified by the CellSize. The appearance of the lines is governed by the Style and LineWidth and LineColor. You can also specify a regular pattern of colors by specifying CellColors. Furthermore a grid can have a semi-infinite or infinite extent by setting UnboundedSpots. This class also implements the IGoDragSnapper interface, which affects how various view methods and tools move, copy, and resize objects.