RotationAngleChangingMapViewEventArgs¶
Namespace: ThinkGeo.UI.Wpf
Provides data for the RotationAngleChangingMapViewEventArgs event.
public class RotationAngleChangingMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → RotationAngleChangingMapViewEventArgs
Properties¶
PreviousRotationAngle¶
public double PreviousRotationAngle { get; }
Property Value¶
NewRotationAngle¶
public double NewRotationAngle { get; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Constructors¶
RotationAngleChangingMapViewEventArgs(Double, Double)¶
Initializes a new instance of the RotationAngleChangingMapViewEventArgs class.
public RotationAngleChangingMapViewEventArgs(double previousRotationAngle, double newRotationAngle)
Parameters¶
previousRotationAngle
Double
The old rotation angle.
newRotationAngle
Double
The new rotation angle.