Click or drag to resize

GridSettings Class

Inheritance Hierarchy
SystemObject
  RootPro.RootProCADGridSettings

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class GridSettings

The GridSettings type exposes the following members.

Constructors
  NameDescription
Protected methodGridSettings
Initializes a new instance of the GridSettings class
Top
Properties
  NameDescription
Public propertyAngleX
Gets or sets the grid angle (Degree) in X direction.
Public propertyAngleY
Gets or sets the grid angle (Degree) in the Y direction.
Public propertyColor
Get or set the color of the grid.
Public propertyEnabled
Get or set whether the grid is valid.
Public propertyEnableGridBounds
Get or set whether to specify the range of the grid.
Public propertyGridBoundsBottomLeft
Get the lower left coordinates of the range of the grid.
Public propertyGridBoundsTopRight
Get the upper right coordinate of the range of the grid.
Public propertyGridType
Gets or sets the display type of the grid.
Public propertyOrigin
Get or set the origin of the grid.
Public propertySpaceX
Gets or sets the grid spacing in the X direction.
Public propertySpaceY
Gets or sets the grid spacing in the Y direction.
Public propertyUnit
Gets or sets the unit number of the grid.
Public propertyUnitColor
Get or set the grid color for each unit.
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 the default hash function.
(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 methodSetGridBounds
Set the range of the grid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also