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