Skip to content

Instantly share code, notes, and snippets.

@pcdus
pcdus / CircleIconButton.cs
Created February 14, 2018 16:50
CircleButton control based on IconButton from Iconize
using Plugin.Iconize;
namespace IconizeCustomButton.Controls
{
public class CircleIconButton : IconButton
{
}
}