Route.Legs Property

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

Syntax

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

Property Value

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

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Route Class

Microsoft.Phone.Maps.Services Namespace