LowerBoundFixed: Boolean;
The LowerBoundFixed property determines whether constraint lower border is fixed.
Available values:
True. Default value. Constraint lower border is fixed.
False. Constraint lower border is loosened.
To determine whether constrain upper border is fixed, use the ITargetConstraintInfo.UpperBoundFixed property.
The property use is given in the example for ITargetConstraintInfo.OptimalValue.
See also: