Search Results for

    Show / Hide Table of Contents

    Class MouseScrollArg

    Inheritance
    Object
    EventArgs
    SVGArg
    MouseScrollArg
    Inherited Members
    SVGArg.SessionID
    System.EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    AltKey

    Alt modifier key pressed

    Declaration
    public bool AltKey
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    CtrlKey

    Control modifier key pressed

    Declaration
    public bool CtrlKey
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Scroll

    Declaration
    public int Scroll
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ShiftKey

    Shift modifier key pressed

    Declaration
    public bool ShiftKey
    Field Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX