Table of Contents

Class IconUserGuidanceConfiguration

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

Constructors

IconUserGuidanceConfiguration()

public IconUserGuidanceConfiguration()

Properties

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 IconUserGuidanceConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

IconUserGuidanceConfiguration