5 references to ShrinkProperty
Microsoft.Maui.Controls (4)
LegacyLayouts\FlexLayout.cs (4)
133
=> (float)bindable.GetValue(
ShrinkProperty
);
136
=> bindable.SetValue(
ShrinkProperty
, value);
328
item.Shrink = (float)view.GetValue(
ShrinkProperty
);
478
item.Shrink = (float)child.GetValue(
ShrinkProperty
);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
25
[assembly: StyleProperty("flex-shrink", typeof(VisualElement), nameof(CFlexLayout.
ShrinkProperty
), PropertyOwnerType = typeof(CFlexLayout))]