Class FinderCorneredStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class FinderCorneredStyle : FinderStyle
- Inheritance
-
FinderCorneredStyle
- Inherited Members
-
Constructors
FinderCorneredStyle()
public FinderCorneredStyle()
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 FinderCorneredStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
- FinderCorneredStyle
FromNative(FinderCorneredStyle)
public static FinderCorneredStyle FromNative(FinderCorneredStyle source)
Parameters
source
FinderCorneredStyle
Returns
- FinderCorneredStyle
FromNative(SBSDKUI2FinderCorneredStyle)
public static FinderCorneredStyle FromNative(SBSDKUI2FinderCorneredStyle source)
Parameters
source
SBSDKUI2FinderCorneredStyle
Returns
- FinderCorneredStyle
ToNative()
public override FinderCorneredStyle ToNative()
Returns
- FinderCorneredStyle