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
ClearTextButton
Configuration of the edit dialog's button to clear the entered count number.
public IconStyle ClearTextButton { get; set; }
Property Value
DividerColor
Color of the divider and separator lines in the edit dialog. Default is "?sbColorOutline"
public ColorValue DividerColor { get; set; }
Property Value
Info
Configuration of the edit dialog's info text.
public StyledText Info { get; set; }
Property Value
ModalOverlayColor
Background color of the overlay surrounding the edit dialog. Default is "?sbColorModalOverlay"
public ColorValue ModalOverlayColor { get; set; }
Property Value
SheetColor
Color of the edit dialog's background. Default is "?sbColorSurface"
public ColorValue SheetColor { get; set; }
Property Value
Title
Configuration of the edit dialog's title.
public StyledText Title { get; set; }
Property Value
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
Methods
FromJson(string)
public static ManualCountEditDialog FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(ManualCountEditDialog)
public static ManualCountEditDialog FromNative(ManualCountEditDialog source)
Parameters
source
ManualCountEditDialog
Returns
ToNative()
public ManualCountEditDialog ToNative()