Method AddSvg
AddSvg(SvgImage, bool)
Adds svg to the image list with the default normal color for the specified theme.
public virtual bool AddSvg(SvgImage svg, bool isDarkTheme)
Parameters
Returns
AddSvg(SvgImage, Color?)
Adds svg to the image list with the default normal color for the specified theme.
public virtual bool AddSvg(SvgImage svg, Color? color = null)
Parameters
svg
SvgImageSvg to add.
color
ColorSvg color. Optional. If not specified, svg colors are not changed.