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.
Xamarin.Forms Border control color can easily be customized to the desired color.
Xamarin.Forms Border control width can be customized to the desired value. You can also remove the border if it is not required.
Set rounded corner radii for Border and place an image inside to have a circle image.
The Xamarin.Forms Border control corner radii can easily be customized to have rounded edges. You can provide different corner radii to different edges.
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;
The Syncfusion Xamarin Border provides the following:
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.
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.