[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Constraint

Class Constraint

Namespace
GrapeCity.Documents.Layout
Assembly
GcDocs.Imaging.dll

The base class for LayoutRect constraints.

public class Constraint
Inheritance
object
Constraint
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

AnchorParam

Gets the source parameter of the anchor LayoutRect.

public AnchorParam AnchorParam { get; }

Property Value

AnchorParam

AnchorRect

Gets the referenced (anchor) LayoutRect or null if the owner LayoutView is referenced.

public LayoutRect AnchorRect { get; }

Property Value

LayoutRect

TargetParam

Gets the target parameter of the target LayoutRect.

public TargetParam TargetParam { get; }

Property Value

TargetParam

TargetRect

Gets the target LayoutRect for the constraint.

public LayoutRect TargetRect { get; }

Property Value

LayoutRect