ZoomPanelZoomInOutFactor Property |
Gets or sets the zoom in and out factor for ZoomIn and ZoomOut mode.
The value must be bigger or equal than 1. This value is used for zoom in factor. The zoom out factor is calculated in GetZoomOutFactor method as 1 / zoom factor (can be overridden in derived class).
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic double ZoomInOutFactor { get; set; }
Property Value
Type:
Double
See Also