MapCamera.Roll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.