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