RouteLeg.LengthInMeters Property

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

Syntax

'Declaration
Public Property LengthInMeters As Integer
public int LengthInMeters { get; internal set; }
public:
virtual property int LengthInMeters {
    int get () sealed;
    internal: void set (int value) sealed;
}
abstract LengthInMeters : int with get, internal set 
override LengthInMeters : int with get, internal set

Property Value

Type: System.Int32

Implements

IRoutePath.LengthInMeters

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