Table of Contents

Class ManualCountEditDialog

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class ManualCountEditDialog
Inheritance
ManualCountEditDialog
Inherited Members

Constructors

ManualCountEditDialog()

public ManualCountEditDialog()

Properties

CancelButton

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

ClearTextButton

public IconStyle ClearTextButton { get; set; }

Property Value

IconStyle

DividerColor

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

Info

public StyledText Info { get; set; }

Property Value

StyledText

ModalOverlayColor

public ColorValue ModalOverlayColor { get; set; }

Property Value

ColorValue

SheetColor

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

Title

public StyledText Title { get; set; }

Property Value

StyledText

UpdateButton

public ButtonConfiguration UpdateButton { get; set; }

Property Value

ButtonConfiguration

Methods

FromJson(string)

public static ManualCountEditDialog FromJson(string rawJson)

Parameters

rawJson string

Returns

ManualCountEditDialog