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
Background style used for the user guidance.
public BackgroundStyle Background { get; set; }
Property Value
Title
Title of the user guidance.
public StyledText Title { get; set; }
Property Value
Visible
Whether the user guidance is visible. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static UserGuidanceConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(UserGuidanceConfiguration)
public static UserGuidanceConfiguration FromNative(UserGuidanceConfiguration source)
Parameters
source
UserGuidanceConfiguration
Returns
ToNative()
public UserGuidanceConfiguration ToNative()