Herocod3r / CutView

a diagonal view for xamarin forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CutView

a diagonal view for xamarin forms based on NControl

Setup

  • Available on NuGet: CutView
  • Add nuget package to your Xamarin.Forms .netStandard project and to your platform-specific projects (iOS and Android)
  • Initialize the NControl renderer on your platforms
    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

About

a diagonal view for xamarin forms


Languages

Language:Java 99.7%Language:C# 0.3%