Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a side middle control point of a rectangular selection.
public Cursor ControlPointWECursor { get; set; }
Public Property ControlPointWECursor As Cursor
The System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a side middle control point of a rectangular selection.
Note that when an AnnObject is rotated, the mouse pointer image used for a particular control point can change. For example, if the upper left control point is rotated so that it is now the lower center control point, the mouse pointer image displayed would be dictated by the ControlPointNSCursor instead of the ControlPointNWSECursor.
Used when UserMode is AnnUserMode.Design.
Used with rectangular selections. A rectangular selection appears when the selected AnnObject is rectangular (i.e. AnnGroupObject or the object is derived from AnnRectangleObject).
For more information, refer to ControlPointCursor, ControlPointNWSECursor, ControlPointNSCursor, and ControlPointNESWCursor.
For more information, refer to New Annotation Features of Version 14.5 (Deprecated).
For an example, refer to SelectObjectCursor.
RotateCenterControlPointCursor Property
ControlPointNWSECursor Property
ControlPointNESWCursor Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET