[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.ContourPosition

ContourPosition Enum

Specifies the position of the anchor for a contour constraint.

Namespace: GrapeCity.Documents.Layout
Assembly: DS.Documents.Imaging.dll
Syntax
public enum ContourPosition
Public Enum ContourPosition

Fields

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.