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