In This Article

ZoomContentControlCursors Class

Contains the cursors used for the ZoomContentControl control.

public static class ZoomContentControlCursors
Inheritance:
object object

Properties

CenterAndZoomInToPoint

The Cursor to use for centering the view to a point and zooming in.

public static Cursor? CenterAndZoomInToPoint { get; set; }

Property Value

Cursor

CenterAndZoomOutFromPoint

The Cursor to use for centering the view to a point and zooming in.

public static Cursor? CenterAndZoomOutFromPoint { get; set; }

Property Value

Cursor

CenterToPoint

The Cursor to use for centering the view to a point and zooming in.

public static Cursor? CenterToPoint { get; set; }

Property Value

Cursor

PanDragClosed

The Cursor to use for panning.

public static Cursor? PanDragClosed { get; set; }

Property Value

Cursor

PanDragOpen

The Cursor to use for panning.

public static Cursor? PanDragOpen { get; set; }

Property Value

Cursor

ZoomDrag

The Cursor to use for zooming in and out.

public static Cursor? ZoomDrag { get; set; }

Property Value

Cursor

ZoomIn

The Cursor to use for zooming in.

public static Cursor? ZoomIn { get; set; }

Property Value

Cursor

ZoomOut

The Cursor to use for zooming out.

public static Cursor? ZoomOut { get; set; }

Property Value

Cursor

ZoomToRegion

The Cursor to use for zooming to a region.

public static Cursor? ZoomToRegion { get; set; }

Property Value

Cursor

Inherited Members