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
Icon
Configuration of the icon appearance.
public IconStyle Icon { 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 IconUserGuidanceConfiguration FromJson(string rawJson)
Parameters
rawJson
string