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