In This Article

ZoomContentControlCursors Class

Contains the cursors used for the ZoomContentControl control.

public static class ZoomContentControlCursors
Inheritance:
object object

Properties

CenterAndZoomInToPoint

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

public static Cursor CenterAndZoomInToPoint { get; set; }

Property Value

Cursor:

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

CenterAndZoomOutFromPoint

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

public static Cursor CenterAndZoomOutFromPoint { get; set; }

Property Value

Cursor:

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

CenterToPoint

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

public static Cursor CenterToPoint { get; set; }

Property Value

Cursor:

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

PanDragClosed

Returns the Cursor to use for panning.

public static Cursor PanDragClosed { get; set; }

Property Value

Cursor:

The Cursor to use for panning.

PanDragOpen

Returns the Cursor to use for panning.

public static Cursor PanDragOpen { get; set; }

Property Value

Cursor:

The Cursor to use for panning.

ZoomDrag

Returns the Cursor to use for zooming in and out.

public static Cursor ZoomDrag { get; set; }

Property Value

Cursor:

The Cursor to use for zooming in and out.

ZoomIn

Returns the Cursor to use for zooming in.

public static Cursor ZoomIn { get; set; }

Property Value

Cursor:

The Cursor to use for zooming in.

ZoomOut

Returns the Cursor to use for zooming out.

public static Cursor ZoomOut { get; set; }

Property Value

Cursor:

The Cursor to use for zooming out.

ZoomToRegion

Returns the Cursor to use for zooming to a region.

public static Cursor ZoomToRegion { get; set; }

Property Value

Cursor:

The Cursor to use for zooming to a region.

Inherited Members