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
Title
The title of the user guidance.
public StyledText Title { get; set; }
Property Value
Visible
Determines whether the user guidance is visible or not. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static UserGuidanceConfiguration FromJson(string rawJson)
Parameters
rawJson
string