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