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
Configuration of the 'flash' button.
public RoundButton FlashButton { get; set; }
Property Value
FlipCameraButton
Configuration of the 'flip camera' button.
public RoundButton FlipCameraButton { get; set; }
Property Value
ZoomButton
Configuration of the 'zoom' button.
public RoundButton ZoomButton { get; set; }
Property Value
Methods
FromJson(string)
public static ActionBarConfiguration FromJson(string rawJson)
Parameters
rawJson
string