Class SBSDKUI2ForegroundStyle  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUI2ForegroundStyle : SBSDKUI2Node
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKUI2ForegroundStyle
     
  
  Constructors
  
  
  SBSDKUI2ForegroundStyle()
  
  
  
  
  
    public SBSDKUI2ForegroundStyle()
   
  
  
  SBSDKUI2ForegroundStyle(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUI2ForegroundStyle(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUI2ForegroundStyle(NativeHandle)
  
  
  
  
  
    protected SBSDKUI2ForegroundStyle(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKUI2ForegroundStyle(bool, SBSDKUI2Color, bool)
  
  
  
  
  
    public SBSDKUI2ForegroundStyle(bool iconVisible, SBSDKUI2Color color, bool useShadow)
   
  Parameters
  
    iconVisible bool 
    
    color SBSDKUI2Color 
    
    useShadow bool 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Color
  
  
  
  
  
    public virtual SBSDKUI2Color Color { get; set; }
   
  Property Value
  
    - SBSDKUI2Color
 
    
  
  
  
  Hash
  
  
  
  
  
    public virtual nuint Hash { get; }
   
  Property Value
  
    - nuint
 
    
  
  
  
  IconVisible
  
  
  
  
  
    public virtual bool IconVisible { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  UseShadow
  
  
  
  
  
    public virtual bool UseShadow { get; set; }
   
  Property Value
  
    - bool
 
    
  
  Methods
  
  
  FromJsonWithJson(string)
  
  
  
  
  
    public static SBSDKUI2ForegroundStyle? FromJsonWithJson(string json)
   
  Parameters
  
    json string 
    
  
  Returns
  
    - SBSDKUI2ForegroundStyle
 
    
  
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ToJson()
  
  
  
  
  
    public virtual string ToJson()
   
  Returns
  
    - string