DiagramCursors
Class
Class listing the mouse cursors that are used in Diagram.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public static class DiagramCursors
Inheritance: objectDiagramCursors
Properties
Beam
Cursor
Gets the beam.
C#
public static Cursor Beam { get; set; }
Connection
Cursor
Gets the connection.
C#
public static Cursor Connection { get; set; }
Dragging
Cursor
Gets the dragging.
C#
public static Cursor Dragging { get; set; }
Panning
Cursor
Gets the panning.
C#
public static Cursor Panning { get; set; }
Path
Cursor
Gets the Path cursor.
C#
public static Cursor Path { get; set; }
Pencil
Cursor
Gets the pen cursor.
C#
public static Cursor Pencil { get; set; }
Pointer
Cursor
Gets the pointer.
C#
public static Cursor Pointer { get; set; }
RectSelection
Cursor
Gets the rectangle selection cursor.
C#
public static Cursor RectSelection { get; set; }
Rotation
Cursor
Gets the rotation.
C#
public static Cursor Rotation { get; set; }
SizeNESW
Cursor
Gets the size NESW.
C#
public static Cursor SizeNESW { get; set; }
SizeNWSE
Cursor
Gets the size NWSE.
C#
public static Cursor SizeNWSE { get; set; }