Table of Contents

Class RoundButton

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the round button.

public class RoundButton
Inheritance
RoundButton
Inherited Members

Properties

ActiveBackgroundColor

Color of the button background shape when the button is active (selected, toggled). Default is "#FFCE5C"

public ColorValue ActiveBackgroundColor { get; set; }

Property Value

ColorValue

ActiveForegroundColor

Color of the button foreground (icon, text) when the button is active (selected, toggled). Default is "#1C1B1F"

public ColorValue ActiveForegroundColor { get; set; }

Property Value

ColorValue

BackgroundColor

Color of the button background shape. Default is "#0000007A"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

ForegroundColor

Color of the button foreground (icon, text). Default is "#FFFFFF"

public ColorValue ForegroundColor { get; set; }

Property Value

ColorValue

Visible

Whether to display the button. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static RoundButton FromJson(string rawJson)

Parameters

rawJson string

Returns

RoundButton

FromNative(RoundButton)

public static RoundButton FromNative(RoundButton source)

Parameters

source RoundButton

Returns

RoundButton

ToNative()

public RoundButton ToNative()

Returns

RoundButton