2 references to WidthConstraintProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\RelativeLayout.cs (2)
133
return (Constraint)bindable.GetValue(
WidthConstraintProperty
);
158
bindable.SetValue(
WidthConstraintProperty
, value);