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
FromNative(FinderStrokedStyle)
public static FinderStrokedStyle FromNative(FinderStrokedStyle source)
Parameters
source
FinderStrokedStyle
Returns
- FinderStrokedStyle
FromNative(SBSDKUI2FinderStrokedStyle)
public static FinderStrokedStyle FromNative(SBSDKUI2FinderStrokedStyle source)
Parameters
source
SBSDKUI2FinderStrokedStyle
Returns
- FinderStrokedStyle
ToNative()
public override FinderStrokedStyle ToNative()
Returns
- FinderStrokedStyle