Class FinderStrokedStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Variant of the viewfinder displaying a full outline of the scanning area as user guidance.
public class FinderStrokedStyle : FinderStyle
- Inheritance
-
FinderStrokedStyle
- Inherited Members
Properties
CornerRadius
The viewfinder's corner radius. Default is 10.0
public double CornerRadius { get; set; }
Property Value
StrokeColor
Color of the viewfinder's outline. Default is "#FFFFFFFF"
public ColorValue StrokeColor { get; set; }
Property Value
StrokeWidth
Width of the viewfinder's outline. Default is 3.0
public double StrokeWidth { get; set; }
Property Value
Methods
FromJson(string)
public static FinderStrokedStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(FinderStrokedStyle)
public static FinderStrokedStyle FromNative(FinderStrokedStyle source)
Parameters
source
FinderStrokedStyle
Returns
ToNative()
public override FinderStrokedStyle ToNative()