We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

Xamarin.Forms Border is a container control that provides rounded or rectangular corners to various views of the application. This control is also used to change rectangular images into circular images.


Border color

Xamarin.Forms Border control color can easily be customized to the desired color.

Xamarin.Forms Border with different border color


Border width

Xamarin.Forms Border control width can be customized to the desired value. You can also remove the border if it is not required.

Xamarin.Forms Border with different border width


Circle image

Set rounded corner radii for Border and place an image inside to have a circle image.

Xamarin.Forms Border with circle image


Corner radii

The Xamarin.Forms Border control corner radii can easily be customized to have rounded edges. You can provide different corner radii to different edges.

Xamarin.Forms Border with different corner radii


Xamarin.Forms Border Code Example

Easily get started with the Xamarin.Forms Border using a few simple lines of XAML and C# code example as demonstrated below. Also explore our Xamarin.Forms Border Example that shows you how to render and configure the Border for Xamarin.Forms.

<border:SfBorder BorderColor="Black" HorizontalOptions="Center" VerticalOptions="Center" CornerRadius="50">
<Image Source="plus.png" />
</border:SfBorder>
SfBorder border = new SfBorder();
border.BorderColor = Color.Black;
border.HorizontalOptions = LayoutOptions.Center;
border.VerticalOptions = LayoutOptions.Center;
border.CornerRadius = 50;
Image image = new Image();
image.Source = "plus.png";
border.Content = image;



150+ XAMARIN UI CONTROLS

ALL CONTROLS
  • Xamarin.Forms
  • Xamarin.Android
  • Xamarin.iOS
The most downloaded control (based on the nuget.org download count).

Frequently Asked Questions

The Syncfusion Xamarin Border provides the following:

  • Customize the background, border width, and border color of the Border control.
  • Create an elegant circular image.
  • Customize all the edges with different corner radii.
  • One of the best Xamarin Border components in the market that offers a feature-rich UI.
  • Simple configuration and API.
  • Touch friendly and responsive.
  • Extensive demos and documentation to learn quickly and get started with Xamarin Border.

You can find our Xamarin Border demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Xamarin.Forms Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile