Table of Contents

Class BarButtonConfiguration

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

Constructors

BarButtonConfiguration()

public BarButtonConfiguration()

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

Background

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

Icon

public IconStyle Icon { get; set; }

Property Value

IconStyle

Title

public StyledText Title { get; set; }

Property Value

StyledText

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarButtonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarButtonConfiguration