Class BadgedButton
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class BadgedButton
- Inheritance
-
BadgedButton
- Inherited Members
-
Constructors
Properties
public ColorValue ActiveBackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue ActiveForegroundColor { get; set; }
Property Value
- ColorValue
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue BadgeBackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue BadgeForegroundColor { get; set; }
Property Value
- ColorValue
public ColorValue ForegroundColor { get; set; }
Property Value
- ColorValue
public bool Visible { get; set; }
Property Value
- bool
Methods
public static BadgedButton FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BadgedButton
public static BadgedButton FromNative(BadgedButton source)
Parameters
source
BadgedButton
Returns
- BadgedButton
public static BadgedButton FromNative(SBSDKUI2BadgedButton source)
Parameters
source
SBSDKUI2BadgedButton
Returns
- BadgedButton
public BadgedButton ToNative()
Returns
- BadgedButton