Table of Contents

Class BackgroundStyle

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

Constructors

BackgroundStyle()

public BackgroundStyle()

Properties

FillColor

public ColorValue FillColor { get; set; }

Property Value

ColorValue

StrokeColor

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

public double StrokeWidth { get; set; }

Property Value

double

Methods

FromJson(string)

public static BackgroundStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

BackgroundStyle

FromNative(BackgroundStyle)

public static BackgroundStyle FromNative(BackgroundStyle source)

Parameters

source BackgroundStyle

Returns

BackgroundStyle

FromNative(SBSDKUI2BackgroundStyle)

public static BackgroundStyle FromNative(SBSDKUI2BackgroundStyle source)

Parameters

source SBSDKUI2BackgroundStyle

Returns

BackgroundStyle

ToNative()

public BackgroundStyle ToNative()

Returns

BackgroundStyle