Exemplo n.º 1
0
 /// <summary>
 /// Sets the editor limits from the other <see cref="DoubleValueElement"/>.
 /// </summary>
 /// <param name="other">The other.</param>
 public void SetLimits(DoubleValueElement other)
 {
     if (other != null)
     {
         DoubleValue.SetLimits(other.DoubleValue);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the editor limits from the other <see cref="DoubleValueElement"/>.
 /// </summary>
 /// <param name="other">The other.</param>
 public void SetLimits(DoubleValueElement other)
 {
     if (other != null)
     {
         ValueBox.SetLimits(other.ValueBox);
     }
 }