Gets or set the zoom applied to this list.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public C1ZoomUnit Zoom { get; set; }
Visual Basic
Public Property Zoom As C1ZoomUnit
	Get
	Set

Remarks

The zoom will be conditioned to the MinZoom and MaxZoom properties in the following priority order MinZoom>MaxZoom>Zoom

See Also