Class ActionBarConfiguration
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the buttons available in the action bar.
public class ActionBarConfiguration
- Inheritance
-
ActionBarConfiguration
- Inherited Members
Properties
FlashButton
Appearance of the flash button.
public RoundButton FlashButton { get; set; }
Property Value
FlipCameraButton
Appearance of the flip camera button.
public RoundButton FlipCameraButton { get; set; }
Property Value
ZoomButton
Appearance of the zoom button.
public RoundButton ZoomButton { get; set; }
Property Value
Methods
FromJson(string)
public static ActionBarConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(ActionBarConfiguration)
public static ActionBarConfiguration FromNative(ActionBarConfiguration source)
Parameters
source
ActionBarConfiguration
Returns
ToNative()
public ActionBarConfiguration ToNative()