Method SetSvgImage
SetSvgImage(SvgImage?)
Sets SvgImage property. This is a convenient method which can be used in fluent API style. It is the same as setting SvgImage property.
public ListControlItem SetSvgImage(SvgImage? svgImage)
Parameters
svgImageSvgImageThe SVG image to set.
Returns
- ListControlItem
The current instance of ListControlItem, enabling method chaining.