Show / Hide Table of Contents

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 MapView in device-independent pixels (DIPs).

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
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.