Class AnimationEventArgs
Inheritance
AnimationEventArgs
Assembly: Mapsui.dll
Syntax
public class AnimationEventArgs
Constructors
|
Edit this page
View Source
AnimationEventArgs(double, ChangeType)
Declaration
public AnimationEventArgs(double value, ChangeType changeType)
Parameters
Properties
|
Edit this page
View Source
ChangeType
Declaration
public ChangeType ChangeType { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
public double Value { get; }
Property Value
Extension Methods