2 references to HeightConstraintProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\RelativeLayout.cs (2)
128
return (Constraint)bindable.GetValue(
HeightConstraintProperty
);
153
bindable.SetValue(
HeightConstraintProperty
, value);