CrossSize
Get or set the cross hair size.
PickBoxSize
Get or set the pickbox size.
CrossColor
Get or set the cross hair color. The default color is white.
PickBoxColor
Get or set the pickbox Color, the default color is white.
SnapSize
Get or set the size of the Snap cursor.
SnapColor
Get or set the color of the snap cursor. The default color is yellow.
OsnapSize
Get or set the Osnap size in pixels. The Osnap size decide how near is the cursor from the vertex where the Osnap cursor is supposed to display.
Rubber Band
Rubber band is a rectangle that been displayed when the user make a window selection.
Fill
Toggles the display of fill color.
Fill = false Fill = true
FillColor
Get or set the Fill Color of the rectangle.
PenColor
Get or set the Pen Color of the rectangle.
Object Snap
The object Snap (OSnap) allow you to snap to a specific position when you are picking a point. The OSnap mode can be turned on by the following command:
// Toggles to enable the OSnap mode.
draw.Document.ObjectSnap = true;