public ConstraintMakerEditable Inset(ConstraintInsetTarget amount)
 {
     Description.Constant = amount.TargetValue;
     return(this);
 }
Example #2
0
 public Constraint Update(ConstraintInsetTarget inset)
 {
     _constant = inset.TargetValue;
     return(this);
 }