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 double GetMinimumZoom(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetMinimumZoom ( _
	obj As DependencyObject _
) As Double

Parameters

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

Return Value

The value of the MinimumZoom property.

See Also