RelativeLayout
IRelativeList<T>
BoundsConstraintProperty
HeightConstraintProperty
WidthConstraintProperty
XConstraintProperty
YConstraintProperty
RelativeLayout()
Children
GetBoundsConstraint(BindableObject)
GetHeightConstraint(BindableObject)
GetWidthConstraint(BindableObject)
GetXConstraint(BindableObject)
GetYConstraint(BindableObject)
LayoutChildren(Double, Double, Double, Double)
On<T>()
OnAdded(View)
OnMeasure(Double, Double)
OnRemoved(View)
SetBoundsConstraint(BindableObject, BoundsConstraint)
SetHeightConstraint(BindableObject, Constraint)
SetWidthConstraint(BindableObject, Constraint)
SetXConstraint(BindableObject, Constraint)
SetYConstraint(BindableObject, Constraint)
net7.0
namespace Microsoft.Maui.Controls.Compatibility
{
[ContentProperty("Children")]
public class RelativeLayout : Layout<View>, IElementConfiguration<RelativeLayout>
{
public static Constraint GetWidthConstraint(BindableObject bindable);
}
}
.NET | 6.07.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API