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