In This Article

ZoomContentControlCommands Class

Contains the commands used for the ZoomContentControl control.

public static class ZoomContentControlCommands
Inheritance:
object object

Properties

CenterAndZoomInToPoint

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

public static RoutedCommand CenterAndZoomInToPoint { get; }

Property Value

RoutedCommand:

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

CenterAndZoomOutFromPoint

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

public static RoutedCommand CenterAndZoomOutFromPoint { get; }

Property Value

RoutedCommand:

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

CenterToPoint

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

public static RoutedCommand CenterToPoint { get; }

Property Value

RoutedCommand:

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

LineDown

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

public static RoutedCommand LineDown { get; }

Property Value

RoutedCommand:

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

LineLeft

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

public static RoutedCommand LineLeft { get; }

Property Value

RoutedCommand:

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

LineRight

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

public static RoutedCommand LineRight { get; }

Property Value

RoutedCommand:

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

LineUp

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

public static RoutedCommand LineUp { get; }

Property Value

RoutedCommand:

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

PageDown

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

public static RoutedCommand PageDown { get; }

Property Value

RoutedCommand:

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

PageLeft

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

public static RoutedCommand PageLeft { get; }

Property Value

RoutedCommand:

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

PageRight

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

public static RoutedCommand PageRight { get; }

Property Value

RoutedCommand:

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

PageUp

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

public static RoutedCommand PageUp { get; }

Property Value

RoutedCommand:

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

ResetView

Gets the RoutedCommand that is used to reset the view.

public static RoutedCommand ResetView { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to reset the view.

StartPanDrag

Gets the RoutedCommand that is used to start a pan drag operation.

public static RoutedCommand StartPanDrag { get; }

Property Value

RoutedCommand:

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

StartZoomDrag

Gets the RoutedCommand that is used to start a zoom drag operation.

public static RoutedCommand StartZoomDrag { get; }

Property Value

RoutedCommand:

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

StartZoomIn

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

public static RoutedCommand StartZoomIn { get; }

Property Value

RoutedCommand:

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

StartZoomOut

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

public static RoutedCommand StartZoomOut { get; }

Property Value

RoutedCommand:

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

StartZoomToRegion

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

public static RoutedCommand StartZoomToRegion { get; }

Property Value

RoutedCommand:

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

ZoomIn

Gets the RoutedCommand that is used to zoom in the content.

public static RoutedCommand ZoomIn { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to zoom in the content.

ZoomInToPoint

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

public static RoutedCommand ZoomInToPoint { get; }

Property Value

RoutedCommand:

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

ZoomOut

Gets the RoutedCommand that is used to zoom out the content.

public static RoutedCommand ZoomOut { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to zoom out the content.

ZoomOutFromPoint

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

public static RoutedCommand ZoomOutFromPoint { get; }

Property Value

RoutedCommand:

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

ZoomToFit

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

public static RoutedCommand ZoomToFit { get; }

Property Value

RoutedCommand:

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

Inherited Members