Class SheetContent
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the list containing the barcodes that have already been scanned.
public class SheetContent
- Inheritance
-
SheetContent
- Inherited Members
Properties
BarcodeItemImageVisible
Visibility of the barcode image in a barcode list entry. Default is true
public bool BarcodeItemImageVisible { get; set; }
Property Value
BarcodeItemSubtitle
Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).
public StyledText BarcodeItemSubtitle { get; set; }
Property Value
BarcodeItemTitle
Configuration of the title of a barcode list entry (displaying the barcode's value).
public StyledText BarcodeItemTitle { get; set; }
Property Value
ClearAllButton
Configuration of the button for clearing the barcode list.
public ButtonConfiguration ClearAllButton { get; set; }
Property Value
DividerColor
The color of the dividers in the list sheet. Default is "?sbColorOutline"
public ColorValue DividerColor { get; set; }
Property Value
ManualCountChangeColor
Color of the buttons for manually changing the barcode count. Default is "?sbColorPrimary"
public ColorValue ManualCountChangeColor { get; set; }
Property Value
ManualCountChangeEnabled
Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard. Default is true
public bool ManualCountChangeEnabled { get; set; }
Property Value
ManualCountOutlineColor
The color of the outline of the manual counting buttons in the list sheet. Default is "?sbColorOutline"
public ColorValue ManualCountOutlineColor { get; set; }
Property Value
PlaceholderIcon
Configuration of the icon displayed in an empty barcode list.
public IconStyle PlaceholderIcon { get; set; }
Property Value
PlaceholderIconBackground
Background color of the icon displayed in an empty barcode list. Default is "?sbColorOutline"
public ColorValue PlaceholderIconBackground { get; set; }
Property Value
PlaceholderSubtitle
Configuration of the subtitle displayed in an empty barcode list.
public StyledText PlaceholderSubtitle { get; set; }
Property Value
PlaceholderTitle
Configuration of the title displayed in an empty barcode list.
public StyledText PlaceholderTitle { get; set; }
Property Value
SheetColor
Color of the list's background. Default is "?sbColorSurface"
public ColorValue SheetColor { get; set; }
Property Value
StartScanningButton
Configuration of the button to start scanning displayed in an empty barcode list.
public ButtonConfiguration StartScanningButton { get; set; }
Property Value
SubmitButton
Configuration of the barcode list's submit button.
public ButtonConfiguration SubmitButton { get; set; }
Property Value
SwipeToDelete
The style of the swipe-to-delete button.
public SwipeToDelete SwipeToDelete { get; set; }
Property Value
Title
Configuration of the barcode list's title. By default displays the total number of scanned barcodes.
public StyledText Title { get; set; }
Property Value
Methods
FromJson(string)
public static SheetContent FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(SheetContent)
public static SheetContent FromNative(SheetContent source)
Parameters
source
SheetContent
Returns
ToNative()
public SheetContent ToNative()