Class ButtonConfiguration
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the button.
- Inheritance
-
Button
Configuration
- Inherited Members
Properties
AccessibilityDescription
The text to be read when the button is selected through accessibility mode. Default is ""
Property Value
Background
Configuration of the background appearance for the button.
Property Value
Foreground
Configuration of the appearance for foreground elements (e.g. text and/or icons, etc) of the button.
Property Value
Text
The text to be displayed on the button. Default is ""
Property Value
Visible
Determines whether the button is visible or not. Default is true
Property Value
Methods
FromJson(string)
Parameters
rawJson
string