Table of Contents

Class BadgedButton

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class BadgedButton
Inheritance
BadgedButton
Inherited Members

Constructors

BadgedButton()

public BadgedButton()

Properties

ActiveBackgroundColor

public ColorValue ActiveBackgroundColor { get; set; }

Property Value

ColorValue

ActiveForegroundColor

public ColorValue ActiveForegroundColor { get; set; }

Property Value

ColorValue

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BadgeBackgroundColor

public ColorValue BadgeBackgroundColor { get; set; }

Property Value

ColorValue

BadgeForegroundColor

public ColorValue BadgeForegroundColor { get; set; }

Property Value

ColorValue

ForegroundColor

public ColorValue ForegroundColor { get; set; }

Property Value

ColorValue

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BadgedButton FromJson(string rawJson)

Parameters

rawJson string

Returns

BadgedButton

FromNative(BadgedButton)

public static BadgedButton FromNative(BadgedButton source)

Parameters

source BadgedButton

Returns

BadgedButton

FromNative(SBSDKUI2BadgedButton)

public static BadgedButton FromNative(SBSDKUI2BadgedButton source)

Parameters

source SBSDKUI2BadgedButton

Returns

BadgedButton

ToNative()

public BadgedButton ToNative()

Returns

BadgedButton