Table of Contents

Class UserGuidanceConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class UserGuidanceConfiguration
Inheritance
UserGuidanceConfiguration
Inherited Members

Constructors

UserGuidanceConfiguration()

public UserGuidanceConfiguration()

Properties

Background

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

Title

public StyledText Title { get; set; }

Property Value

StyledText

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static UserGuidanceConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

UserGuidanceConfiguration