In This Article

ZoomContentControlCommands Class

Contains the commands used for the ZoomContentControl control.

public static class ZoomContentControlCommands
Inheritance:
object object

Properties

CenterAndZoomInToPoint

The RoutedCommand that is used to center the view to a specified point and zoom in.

public static RoutedCommand CenterAndZoomInToPoint { get; }

Property Value

RoutedCommand

CenterAndZoomOutFromPoint

The RoutedCommand that is used to center the view to a specified point and zoom out.

public static RoutedCommand CenterAndZoomOutFromPoint { get; }

Property Value

RoutedCommand

CenterToPoint

The RoutedCommand that is used to center the view to a specified point.

public static RoutedCommand CenterToPoint { get; }

Property Value

RoutedCommand

LineDown

The RoutedCommand that is used to scroll the view down a line.

public static RoutedCommand LineDown { get; }

Property Value

RoutedCommand

LineLeft

The RoutedCommand that is used to scroll the view left a line.

public static RoutedCommand LineLeft { get; }

Property Value

RoutedCommand

LineRight

The RoutedCommand that is used to scroll the view right a line.

public static RoutedCommand LineRight { get; }

Property Value

RoutedCommand

LineUp

The RoutedCommand that is used to scroll the view up a line.

public static RoutedCommand LineUp { get; }

Property Value

RoutedCommand

PageDown

The RoutedCommand that is used to scroll the view down a page.

public static RoutedCommand PageDown { get; }

Property Value

RoutedCommand

PageLeft

The RoutedCommand that is used to scroll the view left a page.

public static RoutedCommand PageLeft { get; }

Property Value

RoutedCommand

PageRight

The RoutedCommand that is used to scroll the view right a page.

public static RoutedCommand PageRight { get; }

Property Value

RoutedCommand

PageUp

The RoutedCommand that is used to scroll the view up a page.

public static RoutedCommand PageUp { get; }

Property Value

RoutedCommand

ResetView

The RoutedCommand that is used to reset the view.

public static RoutedCommand ResetView { get; }

Property Value

RoutedCommand

StartPanDrag

The RoutedCommand that is used to start a pan drag operation.

public static RoutedCommand StartPanDrag { get; }

Property Value

RoutedCommand

StartZoomDrag

The RoutedCommand that is used to start a zoom drag operation.

public static RoutedCommand StartZoomDrag { get; }

Property Value

RoutedCommand

StartZoomIn

The RoutedCommand that is used to start a continuous zoom-in drag operation.

public static RoutedCommand StartZoomIn { get; }

Property Value

RoutedCommand

StartZoomOut

The RoutedCommand that is used to start a continuous zoom-out drag operation.

public static RoutedCommand StartZoomOut { get; }

Property Value

RoutedCommand

StartZoomToRegion

The RoutedCommand that is used to start a zoom-to-region drag operation.

public static RoutedCommand StartZoomToRegion { get; }

Property Value

RoutedCommand

ZoomIn

The RoutedCommand that is used to zoom in the content.

public static RoutedCommand ZoomIn { get; }

Property Value

RoutedCommand

ZoomInToPoint

The RoutedCommand that is used to zoom in the content to a point.

public static RoutedCommand ZoomInToPoint { get; }

Property Value

RoutedCommand

ZoomOut

The RoutedCommand that is used to zoom out the content.

public static RoutedCommand ZoomOut { get; }

Property Value

RoutedCommand

ZoomOutFromPoint

The RoutedCommand that is used to zoom out the content from a point.

public static RoutedCommand ZoomOutFromPoint { get; }

Property Value

RoutedCommand

ZoomToFit

The RoutedCommand that is used to zoom the content to fit.

public static RoutedCommand ZoomToFit { get; }

Property Value

RoutedCommand

Inherited Members