[]
Gets the icon height in pixels.
public int Height { get; }
Public ReadOnly Property Height As Integer
CellDecorationIcon icon = new CellDecorationIcon(
"data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight);
int height = icon.Height;