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