Click or drag to resize

MouseCursors Class

LightningChart .NET Help
LightningChart specific mouse cursors
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMMouseCursors

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class MouseCursors

The MouseCursors type exposes the following members.

Constructors
 NameDescription
Public methodMouseCursorsInitializes a new instance of the MouseCursors class
Top
Properties
 NameDescription
Public propertyStatic memberCross Cross
Public propertyStatic memberDefault Default cursor.
Public propertyStatic memberDragDrop Drag'n'drop cursor
Public propertyStatic memberDragDropAdd Drag'n'drop cursor with plus sign
Public propertyStatic memberHand Hand.
Public propertyStatic memberHSplit HSplit cursor.
Public propertyStatic memberNo No
Public propertyStatic memberNoMoveHoriz NoMoveHoriz
Public propertyStatic memberPan Pan cursor
Public propertyStatic memberPanX Pan X cursor
Public propertyStatic memberPanY Pan Y cursor
Public propertyStatic memberRotate Rotation cursor
Public propertyStatic memberScroll3D 3D scrolling cursor
Public propertyStatic memberScrollNS ScrollNS
Public propertyStatic memberSizeAll SizeAll cursor. Used for round view angle dragging.
Public propertyStatic memberSizeNESW SizeNESW
Public propertyStatic memberSizeNS SizeNS
Public propertyStatic memberSizeNWSE SizeNWSE
Public propertyStatic memberSizeWE SizeWE
Public propertyStatic memberVSplit VSplit cursor.
Public propertyStatic memberZoomX Zoom in X dimension
Public propertyStatic memberZoomXY Zoom in both X and Y dimensions
Public propertyStatic memberZoomY Zoom in Y dimension
Top
See Also