Click or drag to resize

ZoomPanelNavigatorZoomFactor Property

Gets or sets the ZoomFactor that is applied to ZoomPanel.

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

Property Value

Type: Double
Remarks

ZoomFactor gets or sets the ZoomFactor that is applied to ZoomPanel.

When ZoomFactor is 1.0 that means that no zoom is applied to ZoomPanel.
When ZoomFactor is greater than 1.0 the zoom in is applied (content is enlarged).
When ZoomFactor is smaller than 1.0 the zoom out is applied (content is smaller).

The ZoomFactor is controlled by the UsedNavigationSlider. The minimum and maximum values are defined by MinZoomFactor and MaxZoomFactor properties.

See Also