GoXam for WPF v3
CanIncreaseZoom Method
Northwoods.GoXam Namespace > CommandHandler Class : CanIncreaseZoom Method
the factor by which to increase the zoom; this defaults to 5% (ZoomFactor)
This overridable predicate controls whether or not the IncreaseZoom command is executed.
Syntax
public virtual bool CanIncreaseZoom( 
   object param
)

Parameters

param
the factor by which to increase the zoom; this defaults to 5% (ZoomFactor)

Return Value

by default, this returns true if AllowZoom is true, and if the param is a value greater than zero.
See Also

Reference

CommandHandler Class
CommandHandler Members