PTWidgetIconCaptionRelation
enum PTWidgetIconCaptionRelation {}
An enumeration indicating where to position the text of the annotation’s caption relative to its icon.
e_ptw_NoIcon - No icon; caption only e_ptw_NoCaption - No caption; icon only e_ptw_CBelowI - Caption below the icon e_ptw_CAboveI - Caption above the icon e_ptw_CRightILeft - Caption to the right of the icon e_ptw_CLeftIRight - Caption to the left of the icon e_ptw_COverlayI - Caption overlaid directly on the icon Default value: e_ptw_NoIcon.
-
Undocumented
Declaration
Objective-C
e_ptw_NoIcon
-
Undocumented
Declaration
Objective-C
e_ptw_NoCaption
-
Undocumented
Declaration
Objective-C
e_ptw_CBelowI
-
Undocumented
Declaration
Objective-C
e_ptw_CAboveI
-
Undocumented
Declaration
Objective-C
e_ptw_CRightILeft
-
Undocumented
Declaration
Objective-C
e_ptw_CLeftIRight
-
Undocumented
Declaration
Objective-C
e_ptw_COverlayI