Table of Contents

Class BadgeStyle

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

Constructors

BadgeStyle()

public BadgeStyle()

Properties

Background

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

ForegroundColor

public ColorValue ForegroundColor { get; set; }

Property Value

ColorValue

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BadgeStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

BadgeStyle