GradientOrientation
enum GradientOrientation : Int
                Supported gradient orientations
- 
                  
                  
Top right to bottom left
Declaration
Swift
case topRightBottomLeft - 
                  
                  
Top left to bottom right
Declaration
Swift
case topLeftBottomRight - 
                  
                  
Horizontal
Declaration
Swift
case horizontal - 
                  
                  
Vertical
Declaration
Swift
case vertical 
            View on GitHub
          
      GradientOrientation Enumeration Reference