Skip to content

Instantly share code, notes, and snippets.

@matsukurou
Created July 13, 2015 05:43
Show Gist options
  • Save matsukurou/d85ba58682cc2a1c1b8a to your computer and use it in GitHub Desktop.
Save matsukurou/d85ba58682cc2a1c1b8a to your computer and use it in GitHub Desktop.
Xamarin.Formsでカスタムレンダラーを実装する
using System;
using Xamarin.Forms;
namespace CustomBox
{
public class CustomBoxView : BoxView
{
public CustomBoxView()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment