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
Enabled
Whether swipe to delete is enabled or not. Default is true
public bool Enabled { get; set; }
Property Value
IconColor
Color of the icon on the swipe-to-delete button. Default is "?sbColorOnPrimary"
public ColorValue IconColor { get; set; }
Property Value
Methods
FromJson(string)
public static SwipeToDelete FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(SwipeToDelete)
public static SwipeToDelete FromNative(SwipeToDelete source)
Parameters
source
SwipeToDelete
Returns
ToNative()
public SwipeToDelete ToNative()