Gets the value of the scale factor used to translate mouse wheel movement into zoom changes. A high scale factor means a slow zoom; a low scale factor means a rapid zoom.

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 GetScaleFactor(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetScaleFactor ( _
	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 ScaleFactor property.

See Also