ArrowSide
public struct ArrowSide : OptionSet, Encodable
Sets the annotation arrow head position.
-
Declaration
Swift
public let rawValue: Int
-
Undocumented
Declaration
Swift
public static var end: ArrowSide { get }
-
Undocumented
Declaration
Swift
public static var start: ArrowSide { get }
-
Undocumented
Declaration
Swift
public static var none: ArrowSide { get }
-
Declaration
Swift
public init(rawValue: Int)
-
Declaration
Swift
public func encode(to encoder: Encoder) throws