[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.SizeConstraint

SizeConstraint Class

Restricts the width or height of the target LayoutRect.

Inheritance
SizeConstraint
Namespace: GrapeCity.Documents.Layout
Assembly: DS.Documents.Imaging.dll
Syntax
public class SizeConstraint : Constraint
Public Class SizeConstraint
    Inherits Constraint

Properties

Name Description
AnchorPoint1

Gets the first anchor point for measuring the source distance.

AnchorPoint2

Gets the second anchor point for measuring the source distance.

Multiplier

Gets 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.

Value

Gets or sets the absolute or relative width or height of the target LayoutRect.

The absolute width or height must be positive or zero.