Share via


ModeBackground Enumeration

 

Contains background styles that allow the foreground controls to choose appropriate foreground styles.

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

Syntax

public enum ModeBackground
public enum class ModeBackground
type ModeBackground
Public Enumeration ModeBackground

Members

Member name Description
Dark

The background is more typically dark (black).

Light

The background is more typically light (white).

See Also

Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top