4 references to Stretch
Microsoft.Maui (4)
Layouts\Flex.cs (3)
252
public AlignItems AlignItems { get; set; } = AlignItems.
Stretch
;
515
if (size_off == layout.frame_size2_i && child_align(child, item) == AlignItems.
Stretch
&& layout.align_dim > 0)
816
case AlignItems.
Stretch
:
Layouts\FlexEnums.cs (1)
47
Stretch = Flex.AlignItems.
Stretch
,