PTAnnotStyleKey
-
Constants to identify different annotation properties.
See moreDeclaration
Objective-C
typedef NSString *PTAnnotStyleKeySwift
struct PTAnnotStyleKey : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable -
Annotation color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyColorSwift
static let color: PTAnnotStyleKey -
Annotation fill color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyFillColorSwift
static let fillColor: PTAnnotStyleKey -
Annotation opacity.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyOpacitySwift
static let opacity: PTAnnotStyleKey -
Annotation stroke color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyStrokeColorSwift
static let strokeColor: PTAnnotStyleKey -
Annotation text color.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyTextColorSwift
static let textColor: PTAnnotStyleKey -
Annotation text size.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyTextSizeSwift
static let textSize: PTAnnotStyleKey -
Annotation line/border thickness.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyThicknessSwift
static let thickness: PTAnnotStyleKey
PTAnnotStyleKey Reference