Table of Contents

Class FinderStrokedStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

A variant of the viewfinder displaying a full outline of the scanning area.

public class FinderStrokedStyle : FinderStyle
Inheritance
FinderStrokedStyle
Inherited Members

Properties

CornerRadius

The radius of the viewfinder's corners. Default is 10.0

public double CornerRadius { get; set; }

Property Value

double

StrokeColor

The color of the viewfinder corner's outlines. Default is "#FFFFFFFF"

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

The width of the viewfinder corner's outlines. Default is 3.0

public double StrokeWidth { get; set; }

Property Value

double

Methods

FromJson(string)

public static FinderStrokedStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

FinderStrokedStyle