Search Results for

    Show / Hide Table of Contents

    Class AnimationEventArgs

    Inheritance
    object
    AnimationEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Animations
    Assembly: Mapsui.dll
    Syntax
    public class AnimationEventArgs

    Constructors

    | Edit this page View Source

    AnimationEventArgs(double, ChangeType)

    Declaration
    public AnimationEventArgs(double value, ChangeType changeType)
    Parameters
    Type Name Description
    double value
    ChangeType changeType

    Properties

    | Edit this page View Source

    ChangeType

    Declaration
    public ChangeType ChangeType { get; }
    Property Value
    Type Description
    ChangeType
    | Edit this page View Source

    Value

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX