THEOMargins
@objc(THEOplayerTHEOMargins)
public class THEOMargins : NSObjectThe THEOMargins class is used to define quadruple margins.
- 
                  
                  The top margin. DeclarationSwift @objc public private(set) var top: Int { get }
- 
                  
                  The right margin. DeclarationSwift @objc public private(set) var right: Int { get }
- 
                  
                  The bottom margin. DeclarationSwift @objc public private(set) var bottom: Int { get }
- 
                  
                  The left margin. DeclarationSwift @objc public private(set) var left: Int { get }
- 
                  
                  Constructs a new THEOMargins instance. DeclarationSwift @objc public init(top: Int, right: Int, bottom: Int, left: Int)ParameterstopThe top margin value. rightThe right margin value. bottomThe bottom margin value. leftThe left margin value. 
- 
                  
                  Constructs a new THEOMargins instance. DeclarationSwift @objc public convenience init(horizontal: Int, vertical: Int)ParametershorizontalThe left and right margins value. verticalThe top and bottom margins value. 
- 
                  
                  Constructs a new THEOMargins instance. DeclarationSwift @objc public convenience init(all: Int)ParametersallWill apply this margin for all sides. (left, right, top and bottom) 
 THEOMargins Class Reference
      THEOMargins Class Reference