PTAnnotStyleKey
-
Constants to identify different annotation properties.
See moreDeclaration
Objective-C
typedef NSString *PTAnnotStyleKey
Swift
struct PTAnnotStyleKey : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable
-
Annotation color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyColor
Swift
static let color: PTAnnotStyleKey
-
Annotation fill color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyFillColor
Swift
static let fillColor: PTAnnotStyleKey
-
Annotation opacity.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyOpacity
Swift
static let opacity: PTAnnotStyleKey
-
Annotation stroke color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyStrokeColor
Swift
static let strokeColor: PTAnnotStyleKey
-
Annotation text color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyTextColor
Swift
static let textColor: PTAnnotStyleKey
-
Annotation text size.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyTextSize
Swift
static let textSize: PTAnnotStyleKey
-
Annotation line/border thickness.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyThickness
Swift
static let thickness: PTAnnotStyleKey