ZoomPanelHistoryItemsCollection Properties |
The ZoomPanelZoomPanelHistoryItemsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentIndex |
Gets the index of the current item.
| |
| CurrentItem |
Gets the current history item that contains the Viewbox and RotationAngle.
| |
| IsBackAvailable |
Gets a boolean that specifies if we can move to the previous (older) history item.
| |
| IsNextAvailable |
Gets a boolean that specifies if we can move the next (newer) history item.
| |
| IsSuspended |
Gets a boolean that specifies if adding new items is currently suspended.
| |
| ItemsCount |
Gets the number of saved items currently in the history.
| |
| MaxItems |
Gets or sets the maximum number of saved history items. Special values: 0 = history is disabled, -1 = unlimited
|