Hello, Some of developer including me who start from initially stage of development Xamarin.Forms are aware how to apply Border. so I found solution and share with all developer via this blog. Apply Border of Text or any Layout here is simple way to apply this. Please see screen shot and In this screen shot there is a Border is available in Terms & Conditions section. We need to place some of lines of code for this. Sample Files Code : <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Spot.Views.TermsConditionPage" Title="Terms & Conditions" BackgroundColor="#00000000"> <ContentPage.Resources> <ResourceDictionar...