GoXam for WPF v3
ZoomFactor Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
CommandHandler Class
: ZoomFactor Property
Gets or sets the factor by which zooming occurs.
Syntax
C#
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