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

bool

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.