Method SetPlusMinusImages
SetPlusMinusImages(SvgImage?, SvgImage?)
Sets images for the plus and minus buttons.
public virtual void SetPlusMinusImages(SvgImage? plusImage, SvgImage? minusImage)
Parameters
plusImageSvgImageThe image for the plus button.
minusImageSvgImageThe image for the minus button.
SetPlusMinusImages(KnownButton?, KnownButton?)
Sets images for the plus and minus buttons.
public virtual void SetPlusMinusImages(KnownButton? plusImage, KnownButton? minusImage)
Parameters
plusImageKnownButton?The image for the plus button.
minusImageKnownButton?The image for the minus button.