18 references to Absolute
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (1)
1190
GridUnitType.
Absolute
=> GridLengthType.Absolute,
Primitives\GridLength.cs (3)
29
get { return GridUnitType == GridUnitType.
Absolute
; }
45
public GridLength(double value) : this(value, GridUnitType.
Absolute
)
54
if ((int)type < (int)GridUnitType.
Absolute
|| (int)type > (int)GridUnitType.Auto)
Microsoft.Maui.Controls.Foldable (14)
TwoPaneView.cs (14)
470
columnMiddle.Width = new GridLength(hinge.Width, GridUnitType.
Absolute
);
471
columnLeft.Width = new GridLength(pane1.Width, GridUnitType.
Absolute
);
472
columnRight.Width = new GridLength(pane2.Width, GridUnitType.
Absolute
);
474
rowMiddle.Height = new GridLength(0, GridUnitType.
Absolute
);
476
rowBottom.Height = new GridLength(0, GridUnitType.
Absolute
);
480
rowMiddle.Height = new GridLength(hinge.Height, GridUnitType.
Absolute
);
481
rowTop.Height = new GridLength(pane1.Height, GridUnitType.
Absolute
);
482
rowBottom.Height = new GridLength(pane2.Height, GridUnitType.
Absolute
);
484
columnMiddle.Width = new GridLength(0, GridUnitType.
Absolute
);
486
columnRight.Width = new GridLength(0, GridUnitType.
Absolute
);
491
columnMiddle.Width = new GridLength(0, GridUnitType.
Absolute
);
492
rowMiddle.Height = new GridLength(0, GridUnitType.
Absolute
);
502
columnRight.Width = new GridLength(0, GridUnitType.
Absolute
);
513
rowBottom.Height = new GridLength(0, GridUnitType.
Absolute
);