←Select platform

RotateGripperControlPointCursor Property

Summary

Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when hovering over or dragging the rotate gripper control point.

Syntax

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when hovering over or dragging the rotate gripper control point.

Remarks

Used when UserMode is AnnUserMode.Design. For more information, refer to New Annotation Features of Version 14.5 (Deprecated).

Example

For an example, 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.Annotations Assembly