Table of Contents

Class ButtonConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class ButtonConfiguration
Inheritance
ButtonConfiguration
Inherited Members

Constructors

ButtonConfiguration()

public ButtonConfiguration()

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

Background

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

Foreground

public ForegroundStyle Foreground { get; set; }

Property Value

ForegroundStyle

Text

public string Text { get; set; }

Property Value

string

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static ButtonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ButtonConfiguration