Class ButtonConfiguration
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Button configuration.
public class ButtonConfiguration
- Inheritance
-
ButtonConfiguration
- Inherited Members
Properties
Background
The style of the button's background.
public BackgroundStyle Background { get; set; }
Property Value
Foreground
The style of the button's foreground (icon, text).
public ForegroundStyle Foreground { get; set; }
Property Value
Text
The text to be displayed on the button. Default is ""
public string Text { get; set; }
Property Value
Visible
Whether the button is visible or not. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static ButtonConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(ButtonConfiguration)
public static ButtonConfiguration FromNative(ButtonConfiguration source)
Parameters
source
ButtonConfiguration
Returns
ToNative()
public ButtonConfiguration ToNative()