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.