IconAnchor
public enum IconAnchor : String, Codable, CaseIterablePart of the icon placed closest to the anchor.
- 
                  
                  The center of the icon is placed closest to the anchor. DeclarationSwift case center = "center"
- 
                  
                  The left side of the icon is placed closest to the anchor. DeclarationSwift case left = "left"
- 
                  
                  The right side of the icon is placed closest to the anchor. DeclarationSwift case right = "right"
- 
                  
                  The top of the icon is placed closest to the anchor. DeclarationSwift case top = "top"
- 
                  
                  The bottom of the icon is placed closest to the anchor. DeclarationSwift case bottom = "bottom"
- 
                  
                  The top left corner of the icon is placed closest to the anchor. DeclarationSwift case topLeft = "top-left"
- 
                  
                  The top right corner of the icon is placed closest to the anchor. DeclarationSwift case topRight = "top-right"
- 
                  
                  The bottom left corner of the icon is placed closest to the anchor. DeclarationSwift case bottomLeft = "bottom-left"
- 
                  
                  The bottom right corner of the icon is placed closest to the anchor. DeclarationSwift case bottomRight = "bottom-right"
 IconAnchor Enumeration Reference
        IconAnchor Enumeration Reference