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.
CenterAndZoomOutFromPoint
The RoutedCommand that is used to center the view to a specified point and zoom out.
CenterToPoint
The RoutedCommand that is used to center the view to a specified point.
LineDown
The RoutedCommand that is used to scroll the view down a line.
LineLeft
The RoutedCommand that is used to scroll the view left a line.
LineRight
The RoutedCommand that is used to scroll the view right a line.
LineUp
The RoutedCommand that is used to scroll the view up a line.
PageDown
The RoutedCommand that is used to scroll the view down a page.
PageLeft
The RoutedCommand that is used to scroll the view left a page.
PageRight
The RoutedCommand that is used to scroll the view right a page.
PageUp
The RoutedCommand that is used to scroll the view up a page.
ResetView
The RoutedCommand that is used to reset the view.
StartPanDrag
The RoutedCommand that is used to start a pan drag operation.
StartZoomDrag
The RoutedCommand that is used to start a zoom drag operation.
StartZoomIn
The RoutedCommand that is used to start a continuous zoom-in drag operation.
StartZoomOut
The RoutedCommand that is used to start a continuous zoom-out drag operation.
StartZoomToRegion
The RoutedCommand that is used to start a zoom-to-region drag operation.
ZoomIn
The RoutedCommand that is used to zoom in the content.
ZoomInToPoint
The RoutedCommand that is used to zoom in the content to a point.
ZoomOut
The RoutedCommand that is used to zoom out the content.
ZoomOutFromPoint
The RoutedCommand that is used to zoom out the content from a point.
ZoomToFit
The RoutedCommand that is used to zoom the content to fit.