BurnInAlignment
public enum BurnInAlignment : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case centered = "CENTERED" -
Undocumented
Declaration
Swift
case left = "LEFT" -
Undocumented
Declaration
Swift
case smart = "SMART" -
Declaration
Swift
public var description: String { get }
View on GitHub
BurnInAlignment Enumeration Reference