RoadMode.ModeBackground Property

 

Gets the background style of the mode.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public override ModeBackground ModeBackground { get; }
public:
property ModeBackground ModeBackground {
    virtual ModeBackground get() override;
}
override ModeBackground : ModeBackground with get
Public Overrides ReadOnly Property ModeBackground As ModeBackground

Property Value

Type: Microsoft.Maps.MapControl.WPF.Core.ModeBackground

Returns ModeBackground.

See Also

RoadMode Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top