Visual Basic (Declaration) | |
---|---|
Public Property ControlPointNESWCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Cursor ControlPointNESWCursor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Cursor get_ControlPointNESWCursor(); public: __property void set_ControlPointNESWCursor( Cursor value ); |
Return Value
The Cursor mouse pointer image used when the cursor is over the upper right or lower left control point of a rectangular selection.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. AnnGroupObject or the object is derived from AnnRectangleObject).
For more information, refer to ControlPointCursor, ControlPointWECursor, ControlPointNSCursor, and ControlPointNWSECursor.
For more information, refer to New Annotation Features of Version 14.5.
///Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
AnnAutomationManager ClassAnnAutomationManager Members
RotateCenterControlPointCursor Property
ControlPointCursor Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointWECursor Property
RotateGripperControlPointCursor Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property