Table of Contents

Class IconUserGuidanceConfiguration

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

Configuration of the hint (containing an icon) guiding users through the scanning process.

public class IconUserGuidanceConfiguration
Inheritance
IconUserGuidanceConfiguration
Inherited Members

Properties

Background

Configuration of the background appearance for the user guidance hints.

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

Icon

Configuration of the icon appearance.

public IconStyle Icon { get; set; }

Property Value

IconStyle

Title

The title of the user guidance.

public StyledText Title { get; set; }

Property Value

StyledText

Visible

Determines whether the user guidance is visible or not. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static IconUserGuidanceConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

IconUserGuidanceConfiguration