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