Skip to content

BorderBox

Rizan Zaky edited this page May 3, 2021 · 1 revision

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

👉 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

On iOS