Skip to content

Commit

Permalink
Update Alignment.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Oct 1, 2023
1 parent 6dcf470 commit 572ead3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sources/Spatial/align/alignment/Alignment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import Foundation
* Use `Alignment.topLeft.rawValue` to get the string "topLeft".
*/
public enum Alignment: String {
case topLeft // Aligns to the top left corner
case topCenter // Aligns to the top center
case topRight // Aligns to the top right corner
case bottomLeft // Aligns to the bottom left corner
case bottomCenter // Aligns to the bottom center
case bottomRight // Aligns to the bottom right corner
case centerLeft // Aligns to the center left
case centerRight // Aligns to the center right
case centerCenter // Aligns to the center of the container
case topLeft // Aligns to the top left corner
case topCenter // Aligns to the top center
case topRight // Aligns to the top right corner
case bottomLeft // Aligns to the bottom left corner
case bottomCenter // Aligns to the bottom center
case bottomRight // Aligns to the bottom right corner
case centerLeft // Aligns to the center left
case centerRight // Aligns to the center right
case centerCenter // Aligns to the center of the container
}

0 comments on commit 572ead3

Please sign in to comment.