Method SetSvgImage
SetSvgImage(SvgImage?, KnownButton?, CoordAndUnit?)
Sets the SVG image for the control.
public virtual void SetSvgImage(SvgImage? svg, KnownButton? btn, CoordAndUnit? size = null)
Parameters
svgSvgImageThe SVG image to be set. If null, known button image will be used.
btnKnownButton?The known button type. If null, svg image should be specified.
sizeCoordAndUnit?The optional size for the image. If not specified, the default size for the SVG image would be used.