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

The icon color. Default is "#FFFFFF"

public ColorValue Color { get; set; }

Property Value

ColorValue

Visible

Determines whether the icon is visible or not. 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