Table of Contents

Class ManualCountEditDialog

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Configuration of the dialog to manually edit the barcode count.

public class ManualCountEditDialog
Inheritance
ManualCountEditDialog
Inherited Members

Properties

CancelButton

Configuration of the edit dialog's cancel button. Hiding both the update and cancel buttons simultaneously is an undefined behavior.

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

ClearTextButton

Configuration of the edit dialog's button to clear the entered count number.

public IconStyle ClearTextButton { get; set; }

Property Value

IconStyle

DividerColor

Color of the divider and separator lines in the edit dialog. Default is "?sbColorOutline"

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

Info

Configuration of the edit dialog's info text.

public StyledText Info { get; set; }

Property Value

StyledText

ModalOverlayColor

Background color of the overlay surrounding the edit dialog. Default is "?sbColorModalOverlay"

public ColorValue ModalOverlayColor { get; set; }

Property Value

ColorValue

SheetColor

Color of the edit dialog's background. Default is "?sbColorSurface"

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

Title

Configuration of the edit dialog's title.

public StyledText Title { get; set; }

Property Value

StyledText

UpdateButton

Configuration of the edit dialog's confirm button. Hiding both the update and cancel buttons simultaneously is an undefined behavior.

public ButtonConfiguration UpdateButton { get; set; }

Property Value

ButtonConfiguration

Methods

FromJson(string)

public static ManualCountEditDialog FromJson(string rawJson)

Parameters

rawJson string

Returns

ManualCountEditDialog

FromNative(ManualCountEditDialog)

public static ManualCountEditDialog FromNative(ManualCountEditDialog source)

Parameters

source ManualCountEditDialog

Returns

ManualCountEditDialog

ToNative()

public ManualCountEditDialog ToNative()

Returns

ManualCountEditDialog