Table of Contents

Class ButtonConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the button.

public class ButtonConfiguration
Inheritance
ButtonConfiguration
Inherited Members

Properties

AccessibilityDescription

The text to be read when the button is selected through accessibility mode. Default is ""

public string AccessibilityDescription { get; set; }

Property Value

string

Background

Configuration of the background appearance for the button.

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

Foreground

Configuration of the appearance for foreground elements (e.g. text and/or icons, etc) of the button.

public ForegroundStyle Foreground { get; set; }

Property Value

ForegroundStyle

Text

The text to be displayed on the button. Default is ""

public string Text { get; set; }

Property Value

string

Visible

Determines whether the button is visible or not. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static ButtonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ButtonConfiguration