How do I create a simple border in .NET MAUI using XAML?

Platform: .NET MAUI| Category: General

You can create a simple border in XAML by using the element. Here’s an example:
XAML:

<Border x:Name="border" WidthRequest="100" HeightRequest="50"/>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.