Table of Contents

Method SetTabSvg

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

SetTabSvg(int?, SvgImage?, int?, Color?)

Sets svg image for the tab.

public virtual void SetTabSvg(int? index, SvgImage? svg, int? size = null, Color? color = null)

Parameters

index int?

The index of the tab page.

svg SvgImage

Tab image.

size int?

Size of the image. Optional. If not specified, defaults will be used.

color Color

Color of the svg image. Optional. If not specified, default svg color is used.