Class SBSDKUI2FinderStrokedStyle
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2FinderStrokedStyle : SBSDKUI2FinderStyle
- Inheritance
-
SBSDKUI2FinderStrokedStyle
Constructors
SBSDKUI2FinderStrokedStyle()
public SBSDKUI2FinderStrokedStyle()
SBSDKUI2FinderStrokedStyle(NSObjectFlag)
protected SBSDKUI2FinderStrokedStyle(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2FinderStrokedStyle(NativeHandle)
protected SBSDKUI2FinderStrokedStyle(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKUI2FinderStrokedStyle(SBSDKUI2Color, double, double)
public SBSDKUI2FinderStrokedStyle(SBSDKUI2Color strokeColor, double strokeWidth, double cornerRadius)
Parameters
strokeColor
SBSDKUI2Color
strokeWidth
double
cornerRadius
double
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CornerRadius
public virtual double CornerRadius { get; set; }
Property Value
- double
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
StrokeColor
public virtual SBSDKUI2Color StrokeColor { get; set; }
Property Value
- SBSDKUI2Color
StrokeWidth
public virtual double StrokeWidth { get; set; }
Property Value
- double
_type
public virtual string _type { get; }
Property Value
- string
Methods
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJson()
public virtual string ToJson()
Returns
- string