GoXam for WPF v3
DecreaseZoom Method
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
: 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
C#
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