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:
We do not sell the Xamarin Border control separately. It is only available for purchase as part of the Syncfusion Xamarin suite, which contains over 155 Xamarin components, including Border. A single developer license for the Syncfusion Essential Studio for Xamarin suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our Xamarin Border demo here.
No, our 155+ Xamarin components, including Border, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Border alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 155+ Xamarin components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
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 and five or fewer developers.
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.