Class SBSDKBarcodeTrackedViewTextStyle
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeTrackedViewTextStyle : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKBarcodeTrackedViewTextStyle
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKBarcodeTrackedViewTextStyle()
public SBSDKBarcodeTrackedViewTextStyle()
SBSDKBarcodeTrackedViewTextStyle(NSObjectFlag)
protected SBSDKBarcodeTrackedViewTextStyle(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKBarcodeTrackedViewTextStyle(NativeHandle)
protected SBSDKBarcodeTrackedViewTextStyle(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
HighlightedTextColor
public virtual UIColor HighlightedTextColor { get; set; }
Property Value
- UIColor
TextBackgroundColor
public virtual UIColor TextBackgroundColor { get; set; }
Property Value
- UIColor
TextBackgroundHighlightedColor
public virtual UIColor TextBackgroundHighlightedColor { get; set; }
Property Value
- UIColor
TextColor
public virtual UIColor TextColor { get; set; }
Property Value
- UIColor
TextDrawingEnabled
public virtual bool TextDrawingEnabled { get; set; }
Property Value
- bool
TextFont
public virtual UIFont TextFont { get; set; }
Property Value
- UIFont
TrackingOverlayTextFormat
public virtual SBSDKBarcodeOverlayFormat TrackingOverlayTextFormat { get; set; }
Property Value
- SBSDKBarcodeOverlayFormat
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject