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