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

Parameters

param
the factor by which to decrease the zoom; this defaults to 5 (1%P)

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