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

FromNative(RoundButton)

public static RoundButton FromNative(RoundButton source)

Parameters

source RoundButton

Returns

RoundButton

FromNative(SBSDKUI2RoundButton)

public static RoundButton FromNative(SBSDKUI2RoundButton source)

Parameters

source SBSDKUI2RoundButton

Returns

RoundButton

ToNative()

public RoundButton ToNative()

Returns

RoundButton