Skip to content

Commit

Permalink
Merge branch 'nativeaot-ios-diagnostics' of https://github.com/ivanpo…
Browse files Browse the repository at this point in the history
…vazan/docs-maui into pr/2614
  • Loading branch information
davidbritch committed Nov 12, 2024
2 parents a9e9719 + 9ac51da commit e893bcf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/user-interface/controls/frame.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
title: "Frame"
description: "The .NET MAUI Frame is used to wrap a view or layout with a border that can be configured with color, shadow, and other options."
ms.date: 08/30/2024
ms.date: 11/12/2024
---

# Frame

The .NET Multi-platform App UI (.NET MAUI) <xref:Microsoft.Maui.Controls.Frame> is used to wrap a view or layout with a border that can be configured with color, shadow, and other options. Frames can be used to create borders around controls but can also be used to create more complex UI.

::: moniker range=">=net-maui-9.0"

> [!IMPORTANT]
> The <xref:Microsoft.Maui.Controls.Frame> control is marked as obsolete in .NET MAUI 9, and will be completely removed in a future release. The <xref:Microsoft.Maui.Controls.Border> control should be used in its place. For more information see [Border](border.md).
::: moniker-end

The <xref:Microsoft.Maui.Controls.Frame> class defines the following properties:

- `BorderColor`, of type <xref:Microsoft.Maui.Graphics.Color>, determines the color of the <xref:Microsoft.Maui.Controls.Frame> border.
Expand Down

0 comments on commit e893bcf

Please sign in to comment.