45 references to Thickness
Microsoft.Maui (10)
Animations\AnimationLerpingExtensions.cs (1)
52
=> new
Thickness
(
Converters\ThicknessTypeConverter.cs (3)
54
return new
Thickness
(l, t, r, b);
72
return new
Thickness
(h, t, h, b);
79
return new
Thickness
(l, t, r, b);
Platform\Tizen\GraphicsExtensions.cs (1)
43
return new
Thickness
(Math.Abs(left), Math.Abs(top), Math.Abs(right), Math.Abs(bottom));
Primitives\Thickness.cs (5)
37
public Thickness(double uniformSize) :
this
(uniformSize, uniformSize, uniformSize, uniformSize)
42
public Thickness(double horizontalSize, double verticalSize) :
this
(horizontalSize, verticalSize, horizontalSize, verticalSize)
57
return new
Thickness
(size.Width, size.Height, size.Width, size.Height);
113
new
Thickness
(left.Left + addend, left.Top + addend, left.Right + addend, left.Bottom + addend);
116
new
Thickness
(left.Left + right.Left, left.Top + right.Top, left.Right + right.Right, left.Bottom + right.Bottom);
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellFlyoutHeaderContainer.cs (2)
29
return new
Thickness
(
61
new
Thickness
(
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
603
var newInset = new
Thickness
(left, top, right, bottom);
607
_lastInset = new
Thickness
(left, top, right, bottom);
Region.cs (1)
118
var inflation = new
Thickness
(_inflation == null ? left : left + _inflation.Value.Left,
Shell\BaseShellItem.cs (2)
475
defaultImageClass.Setters.Add(new Setter { Property = Image.MarginProperty, Value = new
Thickness
(12, 0, 12, 0) });
503
defaultLabelClass.Setters.Add(new Setter { Property = Label.MarginProperty, Value = new
Thickness
(20, 0, 0, 0) });
TitleBar\TitleBar.cs (2)
410
Margin = new
Thickness
(16, 0, 0, 0),
483
Margin = new
Thickness
(0, 0, 16, 0),
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PageRenderer.cs (2)
373
safeareaPadding = new
Thickness
(insets.Left, insets.Top + tabThickness, insets.Right, insets.Bottom);
378
safeareaPadding = new
Thickness
(0, TopLayoutGuide.Length + tabThickness, 0, BottomLayoutGuide.Length);
Microsoft.Maui.Controls.Foldable (24)
TwoPaneView.cs (24)
528
_content1.Padding = new
Thickness
(pane1.X, 0, 0, 0);
529
_content2.Padding = new
Thickness
(0, 0, newWidth - pane1.Width, 0);
533
_content1.Padding = new
Thickness
(0, 0, 0, 0);
534
_content2.Padding = new
Thickness
(0, 0, 0, 0);
546
_content2.Padding = new
Thickness
(pane1.X, 0, 0, 0);
547
_content1.Padding = new
Thickness
(0, 0, newWidth - pane1.Width, 0);
551
_content1.Padding = new
Thickness
(0, 0, 0, 0);
552
_content2.Padding = new
Thickness
(0, 0, 0, 0);
564
_content1.Padding = new
Thickness
(0, pane1.Y, 0, 0);
565
_content2.Padding = new
Thickness
(0, 0, 0, newHeight - pane1.Height);
569
_content1.Padding = new
Thickness
(0, 0, 0, 0);
570
_content2.Padding = new
Thickness
(0, 0, 0, 0);
583
_content2.Padding = new
Thickness
(0, pane1.Y, 0, 0);
584
_content1.Padding = new
Thickness
(0, 0, 0, newHeight - pane1.Height);
588
_content1.Padding = new
Thickness
(0, 0, 0, 0);
589
_content2.Padding = new
Thickness
(0, 0, 0, 0);
600
_content1.Padding = new
Thickness
(pane1.X, pane1.Y, newWidth - pane1.Width - pane1.X, newHeight - pane1.Height - pane1.Y);
601
_content2.Padding = new
Thickness
(0, 0, 0, 0);
605
_content1.Padding = new
Thickness
(0, 0, 0, 0);
606
_content2.Padding = new
Thickness
(0, 0, 0, 0);
616
_content1.Padding = new
Thickness
(0, 0, 0, 0);
618
_content2.Padding = new
Thickness
(pane1.X, pane1.Y, newWidth - pane1.Width - pane1.X, newHeight - pane1.Height - pane1.Y);
622
_content1.Padding = new
Thickness
(0, 0, 0, 0);
623
_content2.Padding = new
Thickness
(0, 0, 0, 0);