Table of Contents

Class SwipeToDelete

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

Configuration of the swipe-to-delete button.

public class SwipeToDelete
Inheritance
SwipeToDelete
Inherited Members

Properties

BackgroundColor

Color of the swipe-to-delete button. Default is "?sbColorNegative"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

Enabled

Whether swipe to delete is enabled or not. Default is true

public bool Enabled { get; set; }

Property Value

bool

IconColor

Color of the icon on the swipe-to-delete button. Default is "?sbColorOnPrimary"

public ColorValue IconColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static SwipeToDelete FromJson(string rawJson)

Parameters

rawJson string

Returns

SwipeToDelete