Class ShutterButton
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class ShutterButton
- Inheritance
-
ShutterButton
- Inherited Members
-
Constructors
Properties
public string AccessibilityDescription { get; set; }
Property Value
- string
public bool EnabledInAutoSnappingMode { get; set; }
Property Value
- bool
public ColorValue InnerColor { get; set; }
Property Value
- ColorValue
public ColorValue OuterColor { get; set; }
Property Value
- ColorValue
Methods
public static ShutterButton FromJson(string rawJson)
Parameters
rawJson
string
Returns
- ShutterButton
public static ShutterButton FromNative(ShutterButton source)
Parameters
source
ShutterButton
Returns
- ShutterButton
public static ShutterButton FromNative(SBSDKUI2ShutterButton source)
Parameters
source
SBSDKUI2ShutterButton
Returns
- ShutterButton
public ShutterButton ToNative()
Returns
- ShutterButton