コード例 #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);