Gets or sets the minimum zoom available.

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

Syntax

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

Remarks

This is a dependency property.

See Also