Property Width
Width
Gets the width of the Image displayed on the MapView
in device-independent pixels (DIPs).
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double | The width of the Image displayed on the |
Remarks
If the Image has been set using SetImage(RuntimeImage), then Width will be the height of the image in pixels. To calculate the value in DIPs, scale by the screen density of the device.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |