Table of Contents

Class MouseScrollArg

Namespace
Svg
Assembly
Svg.dll
public class MouseScrollArg : SVGArg
Inheritance
MouseScrollArg
Inherited Members

Fields

AltKey

Alt modifier key pressed

public bool AltKey

Field Value

bool

CtrlKey

Control modifier key pressed

public bool CtrlKey

Field Value

bool

Scroll

public int Scroll

Field Value

int

ShiftKey

Shift modifier key pressed

public bool ShiftKey

Field Value

bool