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