Table of Contents

Class BadgeStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the badge.

public class BadgeStyle
Inheritance
BadgeStyle
Inherited Members

Properties

Background

Configuration of the background appearance for the badge.

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

ForegroundColor

The color of the badge's foreground (icon, text). Default is "?sbColorOnSurface"

public ColorValue ForegroundColor { get; set; }

Property Value

ColorValue

Visible

Determines whether the badge is visible or not. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BadgeStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

BadgeStyle