←Select platform

RotateCenterControlPointCursor Property

Summary

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

Syntax

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when hovering over or dragging the rotate center 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