LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ControlPointWECursor Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : ControlPointWECursor Property



The ControlPointWECursor Property supports WPF/Silverlight.

The ControlPointWECursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the System.Windows.Input.Cursor mouse pointer image used when the cursor is over a side middle control point of a rectangular selection. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

The System.Windows.Input.Cursor mouse pointer image used when the cursor is over a side middle control point of a rectangular selection.

Example

For C#/VB examples, refer to SelectObjectCursor.

Remarks

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 AnnAutomationManager.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 ControlPoint, ControlPointNWSECursor, ControlPointNSCursor, and ControlPointNESWCursor.

For more information, refer to WPF Annotation Automation Cursors.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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