Gets or sets the maximum zoom available.

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

Syntax

C#
public double MaxZoom { get; set; }
Visual Basic
Public Property MaxZoom As Double
	Get
	Set

Remarks

This is a dependency property.

See Also