Sets 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 void SetScaleFactor(
	DependencyObject obj,
	double value
)
Visual Basic (Declaration)
Public Shared Sub SetScaleFactor ( _
	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 ScaleFactor property.

See Also