Class SBSDKUIBarcodeTrackingOverlayConfiguration  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUIBarcodeTrackingOverlayConfiguration : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKUIBarcodeTrackingOverlayConfiguration
     
  
  Constructors
  
  
  SBSDKUIBarcodeTrackingOverlayConfiguration()
  
  
  
  
  
    public SBSDKUIBarcodeTrackingOverlayConfiguration()
   
  
  
  SBSDKUIBarcodeTrackingOverlayConfiguration(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUIBarcodeTrackingOverlayConfiguration(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUIBarcodeTrackingOverlayConfiguration(NativeHandle)
  
  
  
  
  
    protected SBSDKUIBarcodeTrackingOverlayConfiguration(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  AutomaticSelectionEnabled
  
  
  
  
  
    public virtual bool AutomaticSelectionEnabled { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  HighlightedPolygonColor
  
  
  
  
  
    public virtual UIColor HighlightedPolygonColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  HighlightedTextColor
  
  
  
  
  
    public virtual UIColor HighlightedTextColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  HighlightedTextContainerColor
  
  
  
  
  
    public virtual UIColor HighlightedTextContainerColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  OverlayEnabled
  
  
  
  
  
    public virtual bool OverlayEnabled { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  OverlayTextFormat
  
  
  
  
  
    public virtual SBSDKBarcodeOverlayFormat OverlayTextFormat { get; set; }
   
  Property Value
  
    - SBSDKBarcodeOverlayFormat
 
    
  
  
  
  PolygonColor
  
  
  
  
  
    public virtual UIColor PolygonColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  TextColor
  
  
  
  
  
    public virtual UIColor TextColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  TextContainerColor
  
  
  
  
  
    public virtual UIColor TextContainerColor { get; set; }
   
  Property Value
  
    - UIColor