Click or drag to resize

Grid Constructor (Boolean, Boolean, Color, Int32)

Initializes a new instance of the Grid class with specific data.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public Grid(
	bool horizontalVisible,
	bool verticalVisible,
	Color color,
	int lineThickness
)

Parameters

horizontalVisible
Type: SystemBoolean
True if horizontal is visible.
verticalVisible
Type: SystemBoolean
True if vertical is visible.
color
Type: System.DrawingColor
Color
lineThickness
Type: SystemInt32
Thickness of the grid line.
See Also