Gets the minimum zoom level that can be attained through the mouse wheel.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetMinimumZoom(
	DependencyObject obj,
	double value
)
Visual Basic (Declaration)
Public Shared Sub SetMinimumZoom ( _
	obj As DependencyObject, _
	value As Double _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The element from which to read the attached property.
value
Type: System..::.Double
The value of the MinimumZoom property.

See Also