Class VinScannerIntroScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Vin
- Assembly
- DocumentSDK.MAUI.dll
public class VinScannerIntroScreenConfiguration
- Inheritance
-
VinScannerIntroScreenConfiguration
- Inherited Members
-
Constructors
VinScannerIntroScreenConfiguration()
public VinScannerIntroScreenConfiguration()
Properties
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
Explanation
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
Image
public VinScannerIntroImage Image { get; set; }
Property Value
- VinScannerIntroImage
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static VinScannerIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- VinScannerIntroScreenConfiguration