MapControl.Pitch 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 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.