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