2 references to BoundsConstraintProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\RelativeLayout.cs (2)
123
return (BoundsConstraint)bindable.GetValue(
BoundsConstraintProperty
);
148
bindable.SetValue(
BoundsConstraintProperty
, value);