Width Property
Width
Gets the icon width in pixels.
Declaration
ReadOnly Property Width As Integer
Examples
ICellDecorationIcon icon = new CellDecorationIcon(
"data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight);
int width = icon.Width;