All Frameworks Object Hierarchy This Framework Indexes
CatStrPlacementPoint (Enumeration)
enum CatStrPlacementPoint {
catStrDefault,
catStrBottomLeft,
catStrBottomCenter,
catStrBottomRight,
catStrCenterLeft,
catStrCenterCenter,
catStrCenterRight,
catStrTopLeft,
catStrTopCenter,
catStrTopRight,
catStrGravity,
catStrGravityBottom,
catStrGravityLeft,
catStrGravityRight,
catStrGravityTop,
catStrUserPoint
}
Anchor points of a
Section object.
- Values:
-
- catStrBottomLeft
- the bottom left anchor point
- catStrBottomCenter
- the bottom center anchor point
- catStrBottomRight
- the bottom right anchor point
- catStrCenterLeft
- the center left anchor point
- catStrCenterCenter
- the center center anchor point
- catStrCenterRight
- the center right anchor point
- catStrTopLeft
- the top left anchor point
- catStrTopCenter
- the top center anchor point
- catStrTopRight
- the top right anchor point
- catStrGravity
- the gravity center anchor point
- catStrGravityBottom
- the anchor point is the vertical projection of the gravity center on the
bottom edge of the sections's profile.
- catStrGravityLeft
- the anchor point is the horizontal projection of the gravity center on the
left edge of the sections's profile.
- catStrGravityRight
- the anchor point is the horizontal projection of the gravity center on the
right edge of the sections's profile.
- catStrGravityTop
- the anchor point is the vertical projection of the gravity center on the
top edge of the sections's profile.
- catStrUserPoint
- the user defined anchor point