MapControl.Pitch Property

Definition

Gets the actual pitch of the map. Sometimes the pitch requested by setting the DesiredPitch property cannot be set.

public:
 property double Pitch { double get(); };
double Pitch();
public double Pitch { get; }
var double = mapControl.pitch;
Public ReadOnly Property Pitch As Double

Property Value

Double

double

The actual pitch of the map. Sometimes the pitch requested by setting the property cannot be set.

Applies to

See also