Gets or sets the zoom factor provided by the magnifying glass.

Namespace:  C1.Silverlight.Legacy
Assembly:  C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml

Syntax

C#
public double Zoom { get; set; }
Visual Basic
Public Property Zoom As Double
	Get
	Set
XAML Attribute Usage
<object Zoom="double" .../>

See Also