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