Table of Contents

Class TopBarConfiguration

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

Constructors

TopBarConfiguration()

public TopBarConfiguration()

Properties

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

CancelButton

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

Mode

public TopBarMode Mode { get; set; }

Property Value

TopBarMode

StatusBarMode

public StatusBarMode StatusBarMode { get; set; }

Property Value

StatusBarMode

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static TopBarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

TopBarConfiguration