Northwoods.GoWPF 1.3.5 Assembly
ZoomPoint Property
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : ZoomPoint Property

Gets or sets the apparent focus point used when zooming in or out.

Syntax

Visual Basic (Declaration) 
Public Property ZoomPoint As Point
C# 
public Point ZoomPoint {get; set;}

Property Value

This value is in element coordinates, not in model coordinates. The default value is (NaN, NaN), which means the actual zoom point used depends on the HorizontalContentAlignment and VerticalContentAlignment properties.

Remarks

This is used by OnScaleChanged(Double,Double). It is temporarily set by Northwoods.GoXam.Tool.DiagramTool.StandardMouseWheel so that the user can zoom into a diagram at the mouse point when rotating the mouse wheel with the Control key modifier.

Requirements

See Also

© 2012 All Rights Reserved.