예제 #1
0
 public static DockTo GetTo([NotNull] BlockElement @this) => @this.GetValueSafe(ToProperty);
예제 #2
0
 public static int?GetRight([NotNull] BlockElement @this) => @this.GetValueSafe(RightProperty);
예제 #3
0
 public static int?GetBottom([NotNull] BlockElement @this) => @this.GetValueSafe(BottomProperty);
예제 #4
0
 public static int?GetTop([NotNull] BlockElement @this) => @this.GetValueSafe(TopProperty);