GoXam for WPF v3
DecreaseZoom Method
Northwoods.GoXam Namespace > CommandHandler Class : DecreaseZoom Method
The factor by which to decrease the zoom. This should be less than one but greater than zero; it defaults to 5 (1%P).
Decrease the Diagram.Panel.Scale by the given factor.
Syntax
public virtual void DecreaseZoom( 
   object param
)

Parameters

param
The factor by which to decrease the zoom. This should be less than one but greater than zero; it defaults to 5 (1%P).
See Also

Reference

CommandHandler Class
CommandHandler Members