GoXam for WPF v3
ZoomPoint Property
Northwoods.GoXam Namespace > DiagramPanel Class : ZoomPoint Property
Gets or sets the apparent focus point used when zooming in or out.
Syntax
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.
See Also

Reference

DiagramPanel Class
DiagramPanel Members