Table of Contents

Class FinderStrokedStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class FinderStrokedStyle : FinderStyle
Inheritance
FinderStrokedStyle
Inherited Members

Constructors

FinderStrokedStyle()

public FinderStrokedStyle()

Properties

CornerRadius

public double CornerRadius { get; set; }

Property Value

double

StrokeColor

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

public double StrokeWidth { get; set; }

Property Value

double

Methods

FromJson(string)

public static FinderStrokedStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

FinderStrokedStyle