Table of Contents

Class RoundButton

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

Constructors

RoundButton()

public RoundButton()

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

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

ForegroundColor

public ColorValue ForegroundColor { get; set; }

Property Value

ColorValue

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static RoundButton FromJson(string rawJson)

Parameters

rawJson string

Returns

RoundButton