Show / Hide Table of Contents

    Class AnimationEventArgs

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

    Constructors

    | Improve this Doc View Source

    AnimationEventArgs(Double)

    Declaration
    public AnimationEventArgs(double value)
    Parameters
    Type Name Description
    System.Double value

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX