Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : ControlPointNESWCursor Property |
public Cursor ControlPointNESWCursor {get; set;}
'Declaration Public Property ControlPointNESWCursor As Cursor
'Usage Dim instance As AnnAutomationManager Dim value As Cursor instance.ControlPointNESWCursor = value value = instance.ControlPointNESWCursor
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. the object is derived from AnnRectangleObject).
For more information, refer to refer to ControlPoint, ControlPointWECursor, ControlPointNSCursor, and ControlPointNWSECursor.
For more information, refer to WPF Annotation Automation Cursors.
For C#/VB examples, refer to SelectObjectCursor.
AnnAutomationManager Class
AnnAutomationManager Members
RotateCenterControlPoint Property
ControlPoint Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property