.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.Maui.Controls.Compatibility
  3. RelativeLayout
  4. OnRemoved(View)
  • 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>
    {
        protected override void OnRemoved(View view);
    }
}
.NET 6.07.0
Information specific to net7.0
Assembly

Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken=

Referencing

Requires all:

  • You need to have the workload maui installed.

  • Your project needs to set <UseMaui>True</UseMaui>.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙