[]
Gets the icon src string.
string Src { get; }
ReadOnly Property Src As String
ICellDecorationIcon icon = new CellDecorationIcon( "data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight); string src = icon.Src;