GoXam for WPF v3
IncreaseZoom Method
Northwoods.GoXam Namespace > CommandHandler Class : IncreaseZoom Method
The factor by which to increase the zoom. This should be greater than one; it defaults to 5% (ZoomFactor).
Increase the Diagram.Panel.Scale by the given factor.
Syntax
public virtual void IncreaseZoom( 
   object param
)

Parameters

param
The factor by which to increase the zoom. This should be greater than one; it defaults to 5% (ZoomFactor).
See Also

Reference

CommandHandler Class
CommandHandler Members