Table of Contents

Method SetPlusMinusImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetPlusMinusImages(SvgImage?, SvgImage?)

Sets images for the plus and minus buttons.

public virtual void SetPlusMinusImages(SvgImage? plusImage, SvgImage? minusImage)

Parameters

plusImage SvgImage

The image for the plus button.

minusImage SvgImage

The 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

plusImage KnownButton?

The image for the plus button.

minusImage KnownButton?

The image for the minus button.