Share via


GuidanceUpdatedEventArgs.Mode Property

Definition

Gets the type of the navigational guidance.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.

public:
 property GuidanceMode Mode { GuidanceMode get(); };
GuidanceMode Mode();
public GuidanceMode Mode { get; }
var guidanceMode = guidanceUpdatedEventArgs.mode;
Public ReadOnly Property Mode As GuidanceMode

Property Value

The type of the navigational guidance.

Applies to