Class SBSDKShutterButton  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKShutterButton : UIButton
   
  
    - Inheritance
 
    - 
      
      
SBSDKShutterButton
     
  
  Constructors
  
  
  
  
  
    public SBSDKShutterButton()
   
  
  
  
  
  
    public SBSDKShutterButton(CGRect frame)
   
  Parameters
  
    frame CGRect 
    
  
  
  
  
  
  
    public SBSDKShutterButton(NSCoder coder)
   
  Parameters
  
    coder NSCoder 
    
  
  
  
  
  
  
    protected SBSDKShutterButton(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  
  
  
    protected SBSDKShutterButton(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance Appearance { get; }
   
  Property Value
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  
  
  
  
  
    public virtual UIColor ButtonDetectedBackgroundColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  
  
  
    public virtual UIColor ButtonDetectedColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  
  
  
    public virtual UIColor ButtonSearchingBackgroundColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  
  
  
    public virtual UIColor ButtonSearchingColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  
  
  
    public virtual bool Highlighted { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  
  
  
    public virtual UIColor IndicatorColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  
  
  
    public virtual bool IsTakingPhoto { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  
  
  
    public virtual SBSDKScannerStatus ScannerStatus { get; set; }
   
  Property Value
  
    - SBSDKScannerStatus
 
    
  
  Methods
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance AppearanceWhenContainedIn(params Type[] containers)
   
  Parameters
  
    containers Type[] 
    
  
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  
  
  
  
  
    public virtual bool BeginTrackingWithTouchWithEvent(UITouch touch, UIEvent? @event)
   
  Parameters
  
    touch UITouch 
    
    event UIEvent 
    
  
  Returns
  
    - bool
 
    
  
  
  
  
  
  
    public virtual void DidMoveToWindow()
   
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance GetAppearance(UITraitCollection traits)
   
  Parameters
  
    traits UITraitCollection 
    
  
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
   
  Parameters
  
    traits UITraitCollection 
    
    containers Type[] 
    
  
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance GetAppearance<T>() where T : SBSDKShutterButton
   
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  Type Parameters
  
    T 
    
  
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance GetAppearance<T>(UITraitCollection traits) where T : SBSDKShutterButton
   
  Parameters
  
    traits UITraitCollection 
    
  
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  Type Parameters
  
    T 
    
  
  
  
  
  
  
    public static SBSDKShutterButton.SBSDKShutterButtonAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers) where T : SBSDKShutterButton
   
  Parameters
  
    traits UITraitCollection 
    
    containers Type[] 
    
  
  Returns
  
    - SBSDKShutterButton.SBSDKShutterButtonAppearance
 
    
  
  Type Parameters
  
    T 
    
  
  
  
  
  
  
    public virtual void LayoutSubviews()