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