GridSettings Class |
Namespace: RootPro.RootProCAD
The GridSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridSettings | Initializes a new instance of the GridSettings class |
Name | Description | |
---|---|---|
![]() | AngleX |
Gets or sets the grid angle (Degree) in X direction.
|
![]() | AngleY |
Gets or sets the grid angle (Degree) in the Y direction.
|
![]() | Color |
Get or set the color of the grid.
|
![]() | Enabled |
Get or set whether the grid is valid.
|
![]() | EnableGridBounds |
Get or set whether to specify the range of the grid.
|
![]() | GridBoundsBottomLeft |
Get the lower left coordinates of the range of the grid.
|
![]() | GridBoundsTopRight |
Get the upper right coordinate of the range of the grid.
|
![]() | GridType |
Gets or sets the display type of the grid.
|
![]() | Origin |
Get or set the origin of the grid.
|
![]() | SpaceX |
Gets or sets the grid spacing in the X direction.
|
![]() | SpaceY |
Gets or sets the grid spacing in the Y direction.
|
![]() | Unit |
Gets or sets the unit number of the grid.
|
![]() | UnitColor |
Get or set the grid color for each unit.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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.) |
![]() | SetGridBounds |
Set the range of the grid.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |