示例#1
0
文件: Spacer.cs 项目: orb1t/LayItOut
 public Spacer(SizeUnit distance) : this(distance, distance)
 {
 }
示例#2
0
 public bool Equals(SizeUnit other) => Value == other.Value && Mode == other.Mode;
示例#3
0
文件: Spacer.cs 项目: orb1t/LayItOut
 public Spacer(SizeUnit vertical, SizeUnit horizontal) : this(vertical, horizontal, vertical, horizontal)
 {
 }