Class AnimationEventArgs
Inherited Members
Namespace: Mapsui.Animations
Assembly: Mapsui.dll
Syntax
public class AnimationEventArgs
Constructors
| Edit this page View SourceAnimationEventArgs(double, ChangeType)
Declaration
public AnimationEventArgs(double value, ChangeType changeType)
Parameters
Type | Name | Description |
---|---|---|
double | value | |
ChangeType | changeType |
Properties
| Edit this page View SourceChangeType
Declaration
public ChangeType ChangeType { get; }
Property Value
Type | Description |
---|---|
ChangeType |
Value
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
double |