'Declaration Public Enum ContourPosition Inherits System.Enum
public enum ContourPosition : System.Enum
'Declaration Public Enum ContourPosition Inherits System.Enum
public enum ContourPosition : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Layout.ContourPosition