Table of Contents

Class IconStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the icon appearance.

public class IconStyle
Inheritance
IconStyle
Inherited Members

Properties

Color

Icon color. Default is "#FFFFFF"

public ColorValue Color { get; set; }

Property Value

ColorValue

Visible

Whether the icon is visible on the button. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static IconStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

IconStyle

FromNative(IconStyle)

public static IconStyle FromNative(IconStyle source)

Parameters

source IconStyle

Returns

IconStyle

ToNative()

public IconStyle ToNative()

Returns

IconStyle