MapRotationChangingMapViewEventArgs¶
Namespace: ThinkGeo.UI.Maui
public class MapRotationChangingMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → MapRotationChangingMapViewEventArgs
Properties¶
PreviousRotation¶
public double PreviousRotation { get; set; }
Property Value¶
CurrentRotation¶
public double CurrentRotation { get; set; }
Property Value¶
Constructors¶
MapRotationChangingMapViewEventArgs(Double, Double)¶
public MapRotationChangingMapViewEventArgs(double previousRotation, double currentRotation)
Parameters¶
previousRotation
Double
currentRotation
Double
MapRotationChangingMapViewEventArgs()¶
public MapRotationChangingMapViewEventArgs()