Safe Area & Edge-to-Edge Layout (.NET 10+) .NET 10 introduces a brand-new, cross-platform safe area API that replaces the legacy iOS-only and the layout-level properties. The new property and flags enum give you per-edge, per-control safe area management on Android, iOS, and Mac Catalyst from a single API surface. This is new API surface in .NET 10. If the project targets .NET 9 or earlier, these APIs do not exist. Guide the developer to the legacy and properties instead. When to Use - Content overlaps status bar, notch, Dynamic Island, or home indicator after upgrading to .NET 10 - Implement…