示例#1
0
 public static void SetTo([NotNull] BlockElement @this, DockTo value) => @this.SetValueSafe(ToProperty, value);
示例#2
0
 public static void SetRight([NotNull] BlockElement @this, int?value) => @this.SetValueSafe(RightProperty, value);
示例#3
0
 public static void SetBottom([NotNull] BlockElement @this, int?value) => @this.SetValueSafe(BottomProperty, value);
示例#4
0
 public static void SetTop([NotNull] BlockElement @this, int?value) => @this.SetValueSafe(TopProperty, value);