3 writes to PaddingBottom
Microsoft.Maui.Controls (3)
Layout\FlexLayout.cs (1)
460
item.
PaddingBottom
= (float)pbottom;
LegacyLayouts\FlexLayout.cs (2)
347
item.
PaddingBottom
= (float)pbottom;
397
item.
PaddingBottom
= (float)padding.Bottom;
3 references to PaddingBottom
Microsoft.Maui (3)
Layouts\Flex.cs (3)
759
pos -= layout.vertical ? item.
PaddingBottom
: item.PaddingRight;
959
|| item.
PaddingBottom
< 0)
963
height = Math.Max(0, height - item.PaddingTop + item.
PaddingBottom
);