Class IntroductionScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class IntroductionScreenConfiguration
- Inheritance
-
IntroductionScreenConfiguration
- Inherited Members
-
Constructors
IntroductionScreenConfiguration()
public IntroductionScreenConfiguration()
Properties
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
Items
public IntroListEntry[] Items { get; set; }
Property Value
- IntroListEntry[]
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Subtitle
public StyledText Subtitle { get; set; }
Property Value
- StyledText
Title
public StyledText Title { get; set; }
Property Value
- StyledText
public ButtonConfiguration TopBarDoneButton { get; set; }
Property Value
- ButtonConfiguration
Methods
FromJson(string)
public static IntroductionScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- IntroductionScreenConfiguration
FromNative(IntroductionScreenConfiguration)
public static IntroductionScreenConfiguration FromNative(IntroductionScreenConfiguration source)
Parameters
source
IntroductionScreenConfiguration
Returns
- IntroductionScreenConfiguration
FromNative(SBSDKUI2IntroductionScreenConfiguration)
public static IntroductionScreenConfiguration FromNative(SBSDKUI2IntroductionScreenConfiguration source)
Parameters
source
SBSDKUI2IntroductionScreenConfiguration
Returns
- IntroductionScreenConfiguration
ToNative()
public IntroductionScreenConfiguration ToNative()
Returns
- IntroductionScreenConfiguration