Represents the grid object for a control.

The following tables list the members exposed by the Grid type.

Name Description
Public constructor Grid Creates a new instance of the Grid class
Top
Name Description
Public property CellScreenSize Gets or sets the size of the grid cell on screen. Takes effect when step of the greed on screen is not enough for good resolution. <remarks>The value must belong to interval from 10 to 100. Default value is 30.</remarks>
Public property Color Gets or sets a color for the grid.
Public property IsActive Displays grid object activity state
Public property StepX Gets or sets the grid step by X axis
Public property StepY Gets or sets the grid step by Y axis
Top
Name Description
Public method Activate Activates the grid object
Public method Deactivate Deactivates the grid object
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top