Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / SizeConstraint Class
Properties

In This Topic
    SizeConstraint Class Members
    In This Topic

    The following tables list the members exposed by SizeConstraint.

    Public Properties
     NameDescription
    Public PropertyGets the source parameter of the anchor LayoutRect. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets the first anchor point for measuring the source distance.  
    Public PropertyGets the second anchor point for measuring the source distance.  
    Public PropertyGets the referenced (anchor) LayoutRect or a null reference (Nothing in Visual Basic) if the owner LayoutView is referenced. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets or sets the multiplier to the value of the source distance.

    The multiplier must be positive or zero. It is applied before adding the Value.

     
    Public PropertyGets the target parameter of the target LayoutRect. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets the target LayoutRect for the constraint. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets or sets the absolute or relative width or height of the target LayoutRect.

    The absolute width or height must be positive or zero.

     
    Top
    See Also