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