←Select platform

ControlPointWECursor Property

Summary

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.

Syntax

C#
VB
C++
public Cursor ControlPointWECursor { get; set; } 
  
Public Property ControlPointWECursor As Cursor 
public: 
property Cursor^ ControlPointWECursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

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.

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

For more information, refer to WPF Annotation Automation Cursors.

Example

For C#/VB examples, refer to SelectObjectCursor.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly