-
enum CatMarkerTextOrientation {
CatMarkerTextOrientationRight, CatMarkerTextOrientationUp, CatMarkerTextOrientationLeft, CatMarkerTextOrientationDown
} -
The different orientations of a text Marker2D or Marker3D.
- See also:
- See also:
- Values:
-
- CatMarkerTextOrientationRight
- The texte is written left to right. dd>
- CatMarkerTextOrientationUp
- The texte is written top to bottom. dd>
- CatMarkerTextOrientationLeft
- The texte is written right to left. dd>
- CatMarkerTextOrientationDown
- The texte is written bottom to top. dd>