Class ContourConstraint
- Namespace
- GrapeCity.Documents.Layout
- Assembly
- GcDocs.Imaging.dll
Determines the min/max position of sides relative to the Contour.
public class ContourConstraint : Constraint
- Inheritance
-
object
ContourConstraint
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
Contour
Get the Contour used in the constraint.
public Contour Contour { get; }
Property Value
- Contour
ContourPosition
Gets the position of anchor for the contour constraint.
public ContourPosition ContourPosition { get; }
Property Value
- ContourPosition