Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MapControl.WatermarkMode Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that determines when the watermark of the map is displayed.

public:
 property MapWatermarkMode WatermarkMode { MapWatermarkMode get(); void set(MapWatermarkMode value); };
MapWatermarkMode WatermarkMode();

void WatermarkMode(MapWatermarkMode value);
public MapWatermarkMode WatermarkMode { get; set; }
var mapWatermarkMode = mapControl.watermarkMode;
mapControl.watermarkMode = mapWatermarkMode;
Public Property WatermarkMode As MapWatermarkMode
<!-- xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps" -->

<Maps:MapControl WatermarkMode="watermarkMode"/>
- or -
<Maps:MapControl>
 <Maps:MapControl.WatermarkMode>watermarkMode</Maps:MapControl.WatermarkMode>
</Maps:MapControl>

Property Value

A value that determines when the watermark of the map is displayed.

Applies to

See also


Feedback

Was this page helpful?