Skip to content

RotationAngleChangingMapViewEventArgs

Namespace: ThinkGeo.UI.Wpf

Provides data for the RotationAngleChangingMapViewEventArgs event.

public class RotationAngleChangingMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsRotationAngleChangingMapViewEventArgs

Properties

PreviousRotationAngle

public double PreviousRotationAngle { get; }

Property Value

Double

NewRotationAngle

public double NewRotationAngle { get; }

Property Value

Double

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

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.