Click or drag to resize

ZoomPanelIsHistoryEnabled Property

Gets or sets a boolean that specifies if ZoomPanel is saving history of the previous Viewbox and RotationAngle values. Default value is false.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public bool IsHistoryEnabled { get; set; }

Property Value

Type: Boolean
Remarks

IsHistoryEnabled gets or sets a boolean that specifies if ZoomPanel is saving history of the previous Viewbox and RotationAngle values.

NOTE: By default the IsHistoryEnabled value is false.

When the history is enabled the history items can be get with HistoryItems property. It also contains methods to go back and forward in the history.

See Also