Class BackgroundStyle
- Namespace
 - ScanbotSDK.MAUI.Common
 
- Assembly
 - ScanbotSDK.Shared.dll
 
Configuration of the background appearance for buttons and hints.
public class BackgroundStyle
  - Inheritance
 - 
      
      BackgroundStyle
 
- Inherited Members
 
Properties
FillColor
The fill color. Default is "#FFFFFF30"
public ColorValue FillColor { get; set; }
  Property Value
StrokeColor
The color of the outline. Default is "#FFFFFFFF"
public ColorValue StrokeColor { get; set; }
  Property Value
StrokeWidth
The width of the outline in dp. Default is 2.0
public double StrokeWidth { get; set; }
  Property Value
Methods
FromJson(string)
public static BackgroundStyle FromJson(string rawJson)
  Parameters
rawJsonstring