Map.MapForegroundStyle Property
Gets or sets the map foreground style.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Style MapForegroundStyle { get; set; }
public:
property Style^ MapForegroundStyle {
Style^ get();
void set(Style^ value);
}
member MapForegroundStyle : Style with get, set
Public Property MapForegroundStyle As Style
Property Value
Type: System.Windows.Style
Returns Style.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top