Table of Contents

Class BarcodeItemConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeItemConfiguration
Inheritance
BarcodeItemConfiguration
Inherited Members

Constructors

BarcodeItemConfiguration()

public BarcodeItemConfiguration()

Properties

BackgroundDeselected

public PolygonStyle BackgroundDeselected { get; set; }

Property Value

PolygonStyle

BackgroundSelected

public PolygonStyle BackgroundSelected { get; set; }

Property Value

PolygonStyle

ImageVisible

public bool ImageVisible { get; set; }

Property Value

bool

SubtitleDeselected

public StyledText SubtitleDeselected { get; set; }

Property Value

StyledText

SubtitleSelected

public StyledText SubtitleSelected { get; set; }

Property Value

StyledText

TitleDeselected

public StyledText TitleDeselected { get; set; }

Property Value

StyledText

TitleSelected

public StyledText TitleSelected { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static BarcodeItemConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeItemConfiguration