Table of Contents

Class SBSDKBarcodeTrackedViewPolygonStyle

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeTrackedViewPolygonStyle : NSObject
Inheritance
SBSDKBarcodeTrackedViewPolygonStyle

Constructors

SBSDKBarcodeTrackedViewPolygonStyle()

public SBSDKBarcodeTrackedViewPolygonStyle()

SBSDKBarcodeTrackedViewPolygonStyle(NSObjectFlag)

protected SBSDKBarcodeTrackedViewPolygonStyle(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeTrackedViewPolygonStyle(NativeHandle)

protected SBSDKBarcodeTrackedViewPolygonStyle(NativeHandle handle)

Parameters

handle NativeHandle

Properties

BorderWidth

public virtual NFloat BorderWidth { get; set; }

Property Value

NFloat

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

CornerRadius

public virtual NFloat CornerRadius { get; set; }

Property Value

NFloat

PolygonBackgroundColor

public virtual UIColor PolygonBackgroundColor { get; set; }

Property Value

UIColor

PolygonBackgroundSelectedColor

public virtual UIColor PolygonBackgroundSelectedColor { get; set; }

Property Value

UIColor

PolygonColor

public virtual UIColor PolygonColor { get; set; }

Property Value

UIColor

PolygonDrawingEnabled

public virtual bool PolygonDrawingEnabled { get; set; }

Property Value

bool

PolygonSelectedColor

public virtual UIColor PolygonSelectedColor { get; set; }

Property Value

UIColor