src\Framework\System\Windows\Controls\Border.cs (11)
228UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
275UIElement.RoundLayoutValue(borders.Right, dpi.DpiScaleX), UIElement.RoundLayoutValue(borders.Bottom, dpi.DpiScaleY));
540if (DoubleUtil.GreaterThan(border.Bottom, 0))
549pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
553pen.Thickness = border.Bottom;
587UIElement.RoundLayoutValue(RenderSize.Height - border.Bottom, dpi.DpiScaleY));
592RenderSize.Height - UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY));
598ptBR = new Point(RenderSize.Width - border.Right, RenderSize.Height - border.Bottom);
632return new Size(th.Left + th.Right, th.Top + th.Bottom);
649Math.Max(0.0, rt.Height - thick.Top - thick.Bottom));
949double bottom = 0.5 * borders.Bottom;