LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ControlPointNSCursor Property

Show in webframe





Gets or sets the System.Windows.Input.Cursor mouse pointer image used when the cursor is over the upper middle or lower middle control point of a rectangular selection.
Syntax
public Cursor ControlPointNSCursor {get; set;}
'Declaration
 
Public Property ControlPointNSCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.ControlPointNSCursor = value
 
value = instance.ControlPointNSCursor

            

            
public:
property Cursor^ ControlPointNSCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The System.Windows.Input.Cursor mouse pointer image used when the cursor is over the upper middle or lower middle control point of a rectangular selection.
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 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, ControlPointWECursor, ControlPointNSCursor, and ControlPointNESWCursor.

For more information, refer to WPF Annotation Automation Cursors.

Example

For C#/VB examples, refer to SelectObjectCursor.

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members
RotateCenterControlPoint Property
ControlPoint Property
ControlPointNWSECursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.