Grid Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class Grid : ViComponent
The Grid type exposes the following members.
| Name | Description | |
|---|---|---|
| Grid |
Initializes a new instance of the Grid class.
| |
| Grid(Boolean, Boolean, Color, Int32) |
Initializes a new instance of the Grid class with specific data.
|
| Name | Description | |
|---|---|---|
| Color |
The color of the grid
| |
| HorizontalVisible |
Determines whether the horizontal grid is visible or hidden
| |
| LineThickness |
The thickness of the grid line
| |
| VerticalVisible |
Determines whether the vertical grid is visible or hidden
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Overridden. Returns visible grids.
(Overrides ObjectToString.) |