HorizontalTextAlignment
public enum HorizontalTextAlignment : String, CodableThe desired horizontal position of the text inside the bounds specified
- 
                  
                  Align the text against the left side of the bounding rectangle DeclarationSwift case left
- 
                  
                  Align the text in the center of the bounding rectangle DeclarationSwift case center
- 
                  
                  Align the text against the right hand side of the bounding rectangle DeclarationSwift case right
- 
                  
                  Align the text against the left side of the bounding rectangle keeping the right hand side aligned against the same vertical line DeclarationSwift case justified
 View on GitHub
View on GitHub HorizontalTextAlignment Enumeration Reference
        HorizontalTextAlignment Enumeration Reference