Class FinderConfiguration  
  
  
    - Namespace
 - ScanbotSDK.MAUI.Barcode.RTU.v1
 
  - Assembly
 - ScanbotSDK.Shared.dll
 
   
  
  
  
    public class FinderConfiguration
   
  
    - Inheritance
 
    - 
      
      
FinderConfiguration
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Properties
  
  
  FinderLineColor
  
  
  
  
  
    public Color FinderLineColor { get; set; }
   
  Property Value
  
    - Color
 
    
  
  
  
  FinderLineCornerRadius
  
  
  
  
  
    public float? FinderLineCornerRadius { get; set; }
   
  Property Value
  
    - float?
 
    
  
  
  
  FinderLineWidth
  
  
  
  
  
    public float? FinderLineWidth { get; set; }
   
  Property Value
  
    - float?
 
    
  
  
  
  FinderMinimumPadding
  
  
  
  
  
    public int? FinderMinimumPadding { get; set; }
   
  Property Value
  
    - int?
 
    
  
  
  
  FinderOverlayColor
  
  
  
  
  
    public Color FinderOverlayColor { get; set; }
   
  Property Value
  
    - Color
 
    
  
  
  
  IsFinderEnabled
  
  
  
  
  
    public bool IsFinderEnabled { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  RequiredAspectRatio
  
  
  
  
  
    public AspectRatio RequiredAspectRatio { get; set; }
   
  Property Value
  
    - AspectRatio