Class MouseCursors
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
LightningChart specific mouse cursors
public class MouseCursors
- Inheritance
-
MouseCursors
- Inherited Members
Constructors
MouseCursors()
public MouseCursors()
Properties
Cross
Cross
public static Cursor Cross { get; }
Property Value
Default
Default cursor.
public static Cursor Default { get; }
Property Value
DragDrop
Drag'n'drop cursor
public static Cursor DragDrop { get; }
Property Value
DragDropAdd
Drag'n'drop cursor with plus sign
public static Cursor DragDropAdd { get; }
Property Value
HSplit
HSplit cursor.
public static Cursor HSplit { get; }
Property Value
Hand
Hand.
public static Cursor Hand { get; }
Property Value
No
No
public static Cursor No { get; }
Property Value
NoMoveHoriz
NoMoveHoriz
public static Cursor NoMoveHoriz { get; }
Property Value
Pan
Pan cursor
public static Cursor Pan { get; }
Property Value
PanX
Pan X cursor
public static Cursor PanX { get; }
Property Value
PanY
Pan Y cursor
public static Cursor PanY { get; }
Property Value
Rotate
Rotation cursor
public static Cursor Rotate { get; }
Property Value
Scroll3D
3D scrolling cursor
public static Cursor Scroll3D { get; }
Property Value
ScrollNS
ScrollNS
public static Cursor ScrollNS { get; }
Property Value
SizeAll
SizeAll cursor. Used for round view angle dragging.
public static Cursor SizeAll { get; }
Property Value
SizeNESW
SizeNESW
public static Cursor SizeNESW { get; }
Property Value
SizeNS
SizeNS
public static Cursor SizeNS { get; }
Property Value
SizeNWSE
SizeNWSE
public static Cursor SizeNWSE { get; }
Property Value
SizeWE
SizeWE
public static Cursor SizeWE { get; }
Property Value
VSplit
VSplit cursor.
public static Cursor VSplit { get; }
Property Value
ZoomX
Zoom in X dimension
public static Cursor ZoomX { get; }
Property Value
ZoomXY
Zoom in both X and Y dimensions
public static Cursor ZoomXY { get; }
Property Value
ZoomY
Zoom in Y dimension
public static Cursor ZoomY { get; }