[]
Specifies the position of the anchor for a contour constraint.
public enum ContourPosition
FirstInInside = 4
The first position at which the target LayoutRect begins to lie within the contour.
FirstInOutside = 1
The first position at which the target LayoutRect begins to intersect with the contour.
LastOutOutside = 3
The last position at which the target LayoutRect ends to intersect with the contour.
NextOutInside = 5
The next position at which the target LayoutRect ends to lie within the contour.
NextOutOutside = 2
The next position at which the target LayoutRect ends to intersect with the contour.
Undefined = 0
Not a contour constraint.