Property Height
Height
Gets the height of the Image displayed on the MapView
in device-independent pixels (DIPs).
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double | The height of the Image displayed on the |
Remarks
If the Image has been set using SetImage(RuntimeImage), then Height 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 |