Layouts\LayoutExtensions.cs (8)
34 public static Rect ComputeFrame(this IView view, Rect bounds)
72 static double AlignHorizontal(IView view, Rect bounds, Thickness margin)
109 static double AlignVertical(IView view, Rect bounds, Thickness margin)
170 public static void ArrangeContent(this IContentView contentView, Rect bounds)
179 var targetBounds = new Rect(bounds.Left + padding.Left, bounds.Top + padding.Top,
185 public static Size AdjustForFill(this Size size, Rect bounds, IView view)
210 public static Size ArrangeContentUnbounded(this IContentView contentView, Rect bounds)