Class ForegroundStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class ForegroundStyle
- Inheritance
-
ForegroundStyle
- Inherited Members
-
Constructors
ForegroundStyle()
Properties
Color
public ColorValue Color { get; set; }
Property Value
- ColorValue
IconVisible
public bool IconVisible { get; set; }
Property Value
- bool
UseShadow
public bool UseShadow { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static ForegroundStyle FromJson(string rawJson)
Parameters
rawJson string
Returns
- ForegroundStyle