Share via


RouteLeg.Maneuvers Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property Maneuvers As ReadOnlyCollection(Of RouteManeuver)
public ReadOnlyCollection<RouteManeuver> Maneuvers { get; internal set; }
public:
property ReadOnlyCollection<RouteManeuver^>^ Maneuvers {
    ReadOnlyCollection<RouteManeuver^>^ get ();
    internal: void set (ReadOnlyCollection<RouteManeuver^>^ value);
}
member Maneuvers : ReadOnlyCollection<RouteManeuver> with get, internal set

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<RouteManeuver>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

RouteLeg Class

Microsoft.Phone.Maps.Services Namespace