Ab2d.Controls Namespace |
| Class | Description | |
|---|---|---|
| ActualViewboxChangedEventArgs |
Event args used to notify that the current ActualViewbox value on ViewboxEx has changed.
| |
| BaseMiniMap |
BaseMiniMap is a base class for ZoomPanelMiniMap and ViewboxExMiniMap.
| |
| NavigationCircle |
NavigationCircle controls shows left, right, up, down and center buttons that can be used for navigation.
| |
| NavigationSlider |
NavigationSlider is a control that is derived from standard Slider control and has customized look for using it in zooming in and out scenarios.
| |
| NavigatorSliderValueChangedRoutedEventArgs |
Routed event args used to notify that the zoom slider value in ZoomPanelNavigator has changed.
The NewZoomFactor value can be changed in the event handler.
| |
| RectAnimation |
Animates the value of a System.Windows.Rect property between two target
values using linear interpolation over a specified Duration.
| |
| RectChangedEventArgs |
Event args used to notify that the Rect has changed
| |
| ViewboxChangedRoutedEventArgs |
Routed event args used to notify that the current Viewbox value on ZoomPanel has changed
| |
| ViewboxEx |
ViewboxEx is a container control that extends the WPF's Viewbox control by additionally specifying
the Viewbox property that defines the area that will be shown by the Viewbox.
| |
| ViewboxExMiniMap |
ViewboxExMiniMap can show mini map from the ViewboxEx control.
| |
| ZoomController | ||
| ZoomModeChangedRoutedEventArgs |
Routed event args used to notify that the current zoom mode on ZoomPanel has changed
| |
| ZoomPanel |
ZoomPanel control enables zooming and panning the content of the control with a mouse, with touch and multi-touch gestures.
| |
| ZoomPanelHistoryItemsChangedEventArgs |
Provides data for the CurrentHistoryItemChanged event on ZoomPanelHistoryItemsCollection.
| |
| ZoomPanelZoomPanelHistoryItem |
ZoomPanelHistoryItem class contains Viewbox and RotationAngle that define one state of the ZoomPanel.
| |
| ZoomPanelZoomPanelHistoryItemsCollection |
ZoomPanelHistoryItemsCollection class contains data about history items and methods to navigate the history.
| |
| ZoomPanelDump |
ZoomPanelDump can be used to preview the Viewbox and other ZoomPanel property values.
| |
| ZoomPanelMiniMap |
ZoomPanelMiniMap can show mini map from the ZoomPanel control.
| |
| ZoomPanelNavigator |
ZoomPanelNavigator control can be used to control the ZoomPanel with buttons to move around and with slider to control the ZoomFactor.
|
| Delegate | Description | |
|---|---|---|
| BaseMiniMapViewboxChangedRoutedEventHandler |
ViewboxChangedRoutedEventHandler
| |
| RectChangedEventHandler |
RectChangedEventHandler delegate
| |
| ViewboxExActualViewboxChangedEventHandler |
ActualViewboxChangedEventHandler is used with ActualViewboxChanged event.
| |
| ZoomPanelCustomContentProviderDelegate |
Delegate declaration used for to register ZoomPanel to show custom content.
| |
| ZoomPanelHistoryItemsChangedEventHandler |
Delegate for the CurrentHistoryItemChanged event on ZoomPanelHistoryItemsCollection.
| |
| ZoomPanelViewboxChangedRoutedEventHandler |
ViewboxChangedRoutedEventHandler
| |
| ZoomPanelZoomModeChangedRoutedEventHandler |
ZoomModeChangedRoutedEventHandler
| |
| ZoomPanelZoomPanelHistoryItemsCollectionGetCurrentItemCallbackDelegate |
GetCurrentItemCallbackDelegate is used to get the ZoomPanelHistoryItem with the current Viewbox and RotationAngle.
| |
| ZoomPanelNavigatorNavigatorSliderValueChangedRoutedEventHandler |
NavigatorSliderValueChangedRoutedEventHandler
| |
| ZoomPanelNavigatorZoomFactorCalculatorDelegate |
Delegate that is used to calculate ZoomFactor from slider value and vice-versa.
|
| Enumeration | Description | |
|---|---|---|
| ZoomPanelCenterPositionUnitsType |
Enum that defines the possible values for the CenterPositionUnits
| |
| ZoomPanelHistoryItemsChangedEventArgsHistoryItemsChangeType |
Enum that defines possible reasons that changed the current history item.
| |
| ZoomPanelZoomModeType |
Zoom modes
|