GoXam for WPF v3
ZoomFactor Property
Northwoods.GoXam Namespace > CommandHandler Class : ZoomFactor Property
Gets or sets the factor by which zooming occurs.
Syntax
public double ZoomFactor {get; set;}

Property Value

The default value is 1.05, which causes IncreaseZoom and DecreaseZoom to change the Scale by 5% each time, by default. Any new value must be larger than 1.0.
See Also

Reference

CommandHandler Class
CommandHandler Members