LayoutPosition
public enum LayoutPosition : String, Equatable
Enum that provides options for positioning an ornament
-
Undocumented
Declaration
Swift
case topLeft -
Undocumented
Declaration
Swift
case topCenter -
Undocumented
Declaration
Swift
case topRight -
Undocumented
Declaration
Swift
case centerRight -
Undocumented
Declaration
Swift
case bottomRight -
Undocumented
Declaration
Swift
case bottomCenter -
Undocumented
Declaration
Swift
case bottomLeft -
Undocumented
Declaration
Swift
case centerLeft
LayoutPosition Enumeration Reference