LegendItem.Height Property
Gets or sets the image height in pixels.
Syntax
public System.Int32 Height { get; set; }
Property Value
Default: 0
The height of the legend item in pixels.
Remarks
If zero (the default), the image height will be taken from the Legend object.
The Height will be ignored by a ImageLegendItem, since the image that is read from file already has a height.
In fact, for all kinds of legend items, the image may become higher than the given height if it is not cropped, and it may become lower whether it is cropped or not.
Platforms
Windows, Linux, Android