MapMode.ModeBackground Property

 

Gets whether the map mode typically has a light or a dark background. You can use this value to choose the overlay color. Most of the map modes have dark backgrounds.

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

Syntax

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

Property Value

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

Returns ModeBackground.

See Also

MapMode Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top