Class SBSDKScanAndCountPolygonStyle  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKScanAndCountPolygonStyle : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKScanAndCountPolygonStyle
     
  
  Constructors
  
  
  SBSDKScanAndCountPolygonStyle()
  
  
  
  
  
    public SBSDKScanAndCountPolygonStyle()
   
  
  
  SBSDKScanAndCountPolygonStyle(NSObjectFlag)
  
  
  
  
  
    protected SBSDKScanAndCountPolygonStyle(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKScanAndCountPolygonStyle(NativeHandle)
  
  
  
  
  
    protected SBSDKScanAndCountPolygonStyle(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  CornerRadius
  
  
  
  
  
    public virtual NFloat CornerRadius { get; set; }
   
  Property Value
  
    - NFloat
 
    
  
  
  
  LineWidth
  
  
  
  
  
    public virtual NFloat LineWidth { get; set; }
   
  Property Value
  
    - NFloat
 
    
  
  
  
  PolygonColor
  
  
  
  
  
    public virtual UIColor PolygonColor { get; set; }
   
  Property Value
  
    - UIColor
 
    
  
  
  
  PolygonDrawingEnabled
  
  
  
  
  
    public virtual bool PolygonDrawingEnabled { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  PolygonFillColor
  
  
  
  
  
    public virtual UIColor PolygonFillColor { get; set; }
   
  Property Value
  
    - UIColor