Class DiagramCursor
Specifies to sets the cursor for diagram elements.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class DiagramCursor : Enum
Fields
Arrow
Enables the Arrow shaped cursor.
Declaration
public const DiagramCursor Arrow
Field Value
Type |
---|
DiagramCursor |
ColumnResize
Specifies the column resizing thumb.
Declaration
public const DiagramCursor ColumnResize
Field Value
Type |
---|
DiagramCursor |
Cross
Enables or disables the Cross shaped cursor to draw a connector.
Declaration
public const DiagramCursor Cross
Field Value
Type |
---|
DiagramCursor |
Hand
Enables the Hand shaped cursor.
Declaration
public const DiagramCursor Hand
Field Value
Type |
---|
DiagramCursor |
No
Enables or disables the block Cursor.
Declaration
public const DiagramCursor No
Field Value
Type |
---|
DiagramCursor |
None
Disables the Cursor.
Declaration
public const DiagramCursor None
Field Value
Type |
---|
DiagramCursor |
Pan
Specifies the Pan shaped cursor to indicate that Pan tool is selected.
Declaration
public const DiagramCursor Pan
Field Value
Type |
---|
DiagramCursor |
PanAll
Enables or disables the PanAll shaped Cursor to pan the diagram.
Declaration
public const DiagramCursor PanAll
Field Value
Type |
---|
DiagramCursor |
PanEast
Enables or disables the PanEast shaped Cursor to pan the diagram east direction.
Declaration
public const DiagramCursor PanEast
Field Value
Type |
---|
DiagramCursor |
Panning
Specifies the Panning shaped cursor to indicate that diagram page is panning.
Declaration
public const DiagramCursor Panning
Field Value
Type |
---|
DiagramCursor |
PanNorth
Enables or disables the PanNorth shaped Cursor to pan the diagram north direction.
Declaration
public const DiagramCursor PanNorth
Field Value
Type |
---|
DiagramCursor |
PanNorthEast
Enables or disables the PanNorthEast shaped Cursor to pan the diagram northeast direction.
Declaration
public const DiagramCursor PanNorthEast
Field Value
Type |
---|
DiagramCursor |
PanNorthWest
Enables or disables the PanNorthWest shaped Cursor to pan the diagram Northwest direction.
Declaration
public const DiagramCursor PanNorthWest
Field Value
Type |
---|
DiagramCursor |
PanSouth
Enables or disables the PanSouth shaped Cursor to pan the diagram south direction.
Declaration
public const DiagramCursor PanSouth
Field Value
Type |
---|
DiagramCursor |
PanSouthEast
Enables or disables the PanSouthEast shaped Cursor to pan the diagram southeast direction.
Declaration
public const DiagramCursor PanSouthEast
Field Value
Type |
---|
DiagramCursor |
PanSouthWest
Enables or disables the PanSouthWest shaped Cursor to pan the diagram soutwest direction.
Declaration
public const DiagramCursor PanSouthWest
Field Value
Type |
---|
DiagramCursor |
PanWest
Enables or disables the PanWest shaped Cursor to pan the diagram west direction.
Declaration
public const DiagramCursor PanWest
Field Value
Type |
---|
DiagramCursor |
Rotate
Enables or disables the Rotate shaped cursor for Node.
Declaration
public const DiagramCursor Rotate
Field Value
Type |
---|
DiagramCursor |
RowResize
Specifies the row resizing thumb.
Declaration
public const DiagramCursor RowResize
Field Value
Type |
---|
DiagramCursor |
RubberBandZoom
Enables or disables the RubberBandZoom shaped Cursor to perform rubberband zoom.
Declaration
public const DiagramCursor RubberBandZoom
Field Value
Type |
---|
DiagramCursor |
SizeAll
Enables or disables the SizeAll shaped Cursor when over the cursor for Node or connector.
Declaration
public const DiagramCursor SizeAll
Field Value
Type |
---|
DiagramCursor |
SizeNortheastSouthwest
Enables or disables the SizeNortheastSouthwest shaped cursor for Node or Annotation.
Declaration
public const DiagramCursor SizeNortheastSouthwest
Field Value
Type |
---|
DiagramCursor |
SizeNorthSouth
Enables the SizeNorthSouth shaped cursor.
Declaration
public const DiagramCursor SizeNorthSouth
Field Value
Type |
---|
DiagramCursor |
SizeNorthwestSoutheast
Enables or disables the SizeNorthwestSoutheast shaped cursor for Node or Annotation.
Declaration
public const DiagramCursor SizeNorthwestSoutheast
Field Value
Type |
---|
DiagramCursor |
SizeWestEast
Enables or disables the SizeWestEast shaped cursor for Node or Annotation.
Declaration
public const DiagramCursor SizeWestEast
Field Value
Type |
---|
DiagramCursor |