Class MouseScrollArg
Inherited Members
System.EventArgs.Empty
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public class MouseScrollArg : SVGArg
Fields
| Improve this Doc View SourceAltKey
Alt modifier key pressed
Declaration
public bool AltKey
Field Value
| Type | Description |
|---|---|
| Boolean |
CtrlKey
Control modifier key pressed
Declaration
public bool CtrlKey
Field Value
| Type | Description |
|---|---|
| Boolean |
Scroll
Declaration
public int Scroll
Field Value
| Type | Description |
|---|---|
| Int32 |
ShiftKey
Shift modifier key pressed
Declaration
public bool ShiftKey
Field Value
| Type | Description |
|---|---|
| Boolean |