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

This is a dependency property.

See Also