Click or drag to resize

WpfAnnotationCursors Class

AnnotationCursors is a used to hold all of the Cursor objects for the annotations. This simplifies changing the appearance of the cursors.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.WpfWpfAnnotationCursors

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static class WpfAnnotationCursors

The WpfAnnotationCursors type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefaultCursor
Gets or sets the default cursor used when the pointer is not over an annotation or grip.
Public fieldStatic memberEastWestCursor
Gets or sets the cursor used when over the left or right center grip.
Public fieldStatic memberHotSpotCursor
Gets or sets the cursor used for hot spots. This is only shown when InteractMode is set to View.
Public fieldStatic memberMoveCursor
Gets or sets the cursor used to indicate a move operation.
Public fieldStatic memberNortheastSouthwestCursor
Gets or sets the cursor used for the top-right and bottom-left grips.
Public fieldStatic memberNorthSouthCursor
Gets or sets the cursor used for the top and bottom center grips.
Public fieldStatic memberNorthwestSoutheastCursor
Gets or sets the cursor used for the top-left and bottom-right grips.
Public fieldStatic memberRotateCursor
Gets or sets the cursor used for the rotation grip.
Top
See Also