[]
Specifies the position of the anchor for a contour constraint.
public enum ContourPosition
Public Enum ContourPosition
Name | Description |
---|---|
FirstInInside | The first position at which the target LayoutRect begins to lie within the contour. |
FirstInOutside | The first position at which the target LayoutRect begins to intersect with the contour. |
LastOutOutside | The last position at which the target LayoutRect ends to intersect with the contour. |
NextOutInside | The next position at which the target LayoutRect ends to lie within the contour. |
NextOutOutside | The next position at which the target LayoutRect ends to intersect with the contour. |
Undefined | Not a contour constraint. |