Click or drag to resize

Grid Class

Grid object for graphs.
Inheritance Hierarchy
SystemObject
  ViComponent
    ABB.Robotics.Tps.Windows.FormsGrid

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 class Grid : ViComponent

The Grid type exposes the following members.

Constructors
  NameDescription
Public methodGrid
Initializes a new instance of the Grid class.
Public methodGrid(Boolean, Boolean, Color, Int32)
Initializes a new instance of the Grid class with specific data.
Top
Properties
  NameDescription
Public propertyColor
The color of the grid
Public propertyHorizontalVisible
Determines whether the horizontal grid is visible or hidden
Public propertyLineThickness
The thickness of the grid line
Public propertyVerticalVisible
Determines whether the vertical grid is visible or hidden
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overridden. Returns visible grids.
(Overrides ObjectToString.)
Top
See Also