Home

Awesome

CutView

a diagonal view for xamarin forms based on NControl

Setup

    NControl.Droid.NControlViewRenderer.Init();
     NControl.iOS.NControlViewRenderer.Init();

Samples

The sample you can find here https://github.com/Herocod3r/CutView/blob/master/Test/App/App/MainPage.xaml sreenshot


xmlns:ctrl="clr-namespace:Plugin;assembly=CutView"

   <ctrl:CutView Inset="20" FillColor="SkyBlue" />

*The inset idicates the percentage of cut to the view

Check source code for more info