Table of Contents

Class IconButton

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

Constructors

IconButton()

public IconButton()

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

Color

public ColorValue Color { get; set; }

Property Value

ColorValue

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static IconButton FromJson(string rawJson)

Parameters

rawJson string

Returns

IconButton