4 references to WrapProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
109
get => (FlexWrap)GetValue(
WrapProperty
);
110
set => SetValue(
WrapProperty
, value);
277
item.Wrap = (Flex.Wrap)(FlexWrap)GetValue(
WrapProperty
);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
26
[assembly: StyleProperty("flex-wrap", typeof(VisualElement), nameof(CFlexLayout.
WrapProperty
), PropertyOwnerType = typeof(CFlexLayout))]