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
ForegroundColor
The color of the badge's foreground (icon, text). Default is "?sbColorOnSurface"
public ColorValue ForegroundColor { get; set; }
  Property Value
Visible
Determines whether the badge is visible or not. Default is true
public bool Visible { get; set; }
  Property Value
Methods
FromJson(string)
public static BadgeStyle FromJson(string rawJson)
  Parameters
rawJsonstring