Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ControlPointNSCursor Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : ControlPointNSCursor Property





Gets or sets the Cursor mouse pointer image used when the cursor is over the upper middle or lower middle control point of a rectangular selection.

Syntax

Visual Basic (Declaration) 
Public Property ControlPointNSCursor As Cursor
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.ControlPointNSCursor = value
 
value = instance.ControlPointNSCursor
C# 
public Cursor ControlPointNSCursor {get; set;}
C++/CLI 
public:
property Cursor ControlPointNSCursor {
   Cursor get();
   void set (Cursor value);
}
XAML Attributes Usage 

<object ControlPointNSCursor=System.Windows.Input.Cursor .../>

XAML Attributes Usage 

<object ControlPointNSCursor=System.Windows.Input.Cursor .../>

Return Value

The Cursor mouse pointer image used when the cursor is over the upper middle or lower middle control point of a rectangular selection.

Example

For C#/VB examples, refer to SelectObjectCursor.

Remarks

Note that when an AnnObjectBase 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 AnnObjectBase is rectangular (i.e. the object is derived from AnnRectangleObject).

For more information, refer to ControlPoint, ControlPointWECursor, ControlPointNSCursor, and ControlPointNESWCursor.

For more information, refer to WPF Annotation Automation Cursors.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

ControlPointNSCursor requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.