Table of Contents

Class UserGuidanceConfiguration

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

Configuration of the hint guiding users through the scanning process.

public class UserGuidanceConfiguration
Inheritance
UserGuidanceConfiguration
Inherited Members

Properties

Background

The background style used for the user guidance.

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

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 UserGuidanceConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

UserGuidanceConfiguration