38 references to Thickness
Microsoft.Maui (9)
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);
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 (5)
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.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);