Gets/sets a minimum allowed zoom value.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Overridable Property MinZoom As Single
[BrowsableAttribute(true)] public virtual float MinZoom { get; set; }
Zoom values are measured in percents/100. It means that value = 1 specifies the 100% zoom (actual size), value = 10 means 1000% zoom (10x magnification), value = 0,5 means 50% zoom (half of the original size), and so on.
The default value is 16.