MapCamera.Roll Property

Definition

Gets or sets the roll of the camera in degrees, where -90 is tilting to the left and +90 is tilting to the right.

public:
 property double Roll { double get(); void set(double value); };
double Roll();

void Roll(double value);
public double Roll { get; set; }
var double = mapCamera.roll;
mapCamera.roll = double;
Public Property Roll As Double

Property Value

Double

double

The roll of the camera in degrees, where -90 is tilting to the left and +90 is tilting to the right.

Remarks

Note

Adjusting Roll may interfere with normal gesture operations and leave the map in an inconsistent state. We do not recommend adjusting Roll without thoroughly testing your app.

Applies to