Class BadgeStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
- Inheritance
-
BadgeStyle
- Inherited Members
-
Constructors
BadgeStyle()
Properties
Background
public BackgroundStyle Background { get; set; }
Property Value
- BackgroundStyle
ForegroundColor
public ColorValue ForegroundColor { get; set; }
Property Value
- ColorValue
Visible
public bool Visible { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static BadgeStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BadgeStyle
FromNative(BadgeStyle)
public static BadgeStyle FromNative(BadgeStyle source)
Parameters
source
BadgeStyle
Returns
- BadgeStyle
FromNative(SBSDKUI2BadgeStyle)
public static BadgeStyle FromNative(SBSDKUI2BadgeStyle source)
Parameters
source
SBSDKUI2BadgeStyle
Returns
- BadgeStyle
ToNative()
public BadgeStyle ToNative()
Returns
- BadgeStyle