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
FromNative(ForegroundStyle)
public static ForegroundStyle FromNative(ForegroundStyle source)
Parameters
source
ForegroundStyle
Returns
- ForegroundStyle
FromNative(SBSDKUI2ForegroundStyle)
public static ForegroundStyle FromNative(SBSDKUI2ForegroundStyle source)
Parameters
source
SBSDKUI2ForegroundStyle
Returns
- ForegroundStyle
ToNative()
public ForegroundStyle ToNative()
Returns
- ForegroundStyle