SizeHint
public enum SizeHint : Int32Used to set the width & height properties of a webview
- 
                  
                  Width and Height are the default size. DeclarationSwift case None = 0
- 
                  
                  Window size cannot be changed by the user. DeclarationSwift case Fixed = 1
- 
                  
                  Width and height are the minimum bounds. DeclarationSwift case Min = 2
- 
                  
                  Width and height are the maximum bounds. DeclarationSwift case Max = 3
 SizeHint Enumeration Reference
        SizeHint Enumeration Reference