IDisplayZoomFactor Property

CVB.Net Documentation
The current zoom factor of the image.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

double ZoomFactor { get; set; }

Property Value

Type: Double
A zoom factor larger than 1.0 magnifies the displayed image; values smaller than 1.0 zoom out whereas 1.0 displays the image as is (this resembles None). The special value 0.0 identifies the panorama or stretch mode which resembles Uniform (the default). Values smaller 0.0 are invalid.
Remarks

To get the actual value, e.g. in panorama/stretch mode, use the ActualZoomFactor property.
See Also

Reference