Esempio n. 1
0
 public Spacer(SizeUnit distance) : this(distance, distance)
 {
 }
Esempio n. 2
0
 public bool Equals(SizeUnit other) => Value == other.Value && Mode == other.Mode;
Esempio n. 3
0
 public Spacer(SizeUnit vertical, SizeUnit horizontal) : this(vertical, horizontal, vertical, horizontal)
 {
 }