This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerBase.Zoom Property

Gets/sets a current zoom value.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Overridable Property Zoom As Single
C#
[BrowsableAttribute(true)]
public virtual float Zoom { get; set; }

Property Value

A number that specifies a current zoom value.

Remarks

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 1.

Note

Note, when ZoomMode is not None, this property is ignored.

See Also

Reference