PTScreenIconCaptionRelation
enum PTScreenIconCaptionRelation {}
An enumeration indicating where to position the text of the annotation’s caption relative to its icon.
e_ptNoIcon - No icon; caption only e_ptNoCaption - No caption; icon only e_ptCBelowI - Caption below the icon e_ptCAboveI - Caption above the icon e_ptCRightILeft - Caption to the right of the icon e_ptCLeftIRight - Caption to the left of the icon e_ptCOverlayI - Caption overlaid directly on the icon Default value: e_ptNoIcon.
-
Undocumented
Declaration
Objective-C
e_ptNoIcon
-
Undocumented
Declaration
Objective-C
e_ptNoCaption
-
Undocumented
Declaration
Objective-C
e_ptCBelowI
-
Undocumented
Declaration
Objective-C
e_ptCAboveI
-
Undocumented
Declaration
Objective-C
e_ptCRightILeft
-
Undocumented
Declaration
Objective-C
e_ptCLeftIRight
-
Undocumented
Declaration
Objective-C
e_ptCOverlayI