BorderBox - DIPSAS/DIPS.Xamarin.UI GitHub Wiki
BorderBox Control
Namespace: DIPS.Xamarin.UI.Controls.BorderBox
BorderBox adds the ability to set a border of your choice to the Xamarin Box control with ease.
Source Code can be found here
Samples can be found here
:point_right: To get started, make sure you have followed the getting started steps
Example usage
<borderBox:BorderBox WidthRequest="80"
HeightRequest="40"
CornerRadius="0,5,15,10"
FillColor="#f0f1f3"
BorderThickness="2"
BorderColor="#786861" />
Look and feel
On iOS
