VisualizationFoundation Enumeration CATAnchorPoint

enum CATAnchorPoint {
  BOTTOM_LEFT,
  BOTTOM_CENTER,
  BOTTOM_RIGHT,
  BASE_LEFT,
  BASE_CENTER,
  BASE_RIGHT,
  TOP_LEFT,
  TOP_CENTER,
  TOP_RIGHT
}
Position of an AnnotationText relatively to its base point.
Values:
BOTTOM_LEFT
The base point is at the bottom and on the left of the text
BOTTOM_CENTER
The base point is at the bottom and at the center of the text
BOTTOM_RIGHT
The base point is at the bottom and on the right of the text
BASE_LEFT
The base point is on the base line and on the left of the text
BASE_CENTER
The base point is on the base line and at the center of the texqt
BASE_RIGHT
The base point is on the base line and a the right of the text
TOP_LEFT
The base poit is at the top and at the left of the text
TOP_CENTER
The base point is at the top and at the center of the text
TOP_RIGHT
The base point is at the top and at the right of the text
See also:
,

This object is included in the file: CATAnchorPoint.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.