GoXam for WPF v3
WheelBehavior 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.Tool Namespace
>
DiagramTool Class
: WheelBehavior Property
Gets or sets the behavior of
StandardMouseWheel
.
Syntax
C#
public
WheelBehavior
WheelBehavior {
get
;
set
;}
Property Value
The default value is
WheelBehavior.Standard
. That value is a combination of three enumerated values:
ScrollsVertically
|
ShiftScrollsHorizontally
|
ControlZooms
.
See Also
Reference
DiagramTool Class
DiagramTool Members