MahApps.Metro by Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76)

<PackageReference Include="MahApps.Metro" Version="1.1.1" />

.NET API 905,312 bytes

 Tile

public class Tile : Button

public static readonly DependencyProperty CountProperty

public static readonly DependencyProperty TiltFactorProperty

public static readonly DependencyProperty TitleProperty

public string Count { get; set; }

public int CountFontSize { get; set; }

public bool KeepDragging { get; set; }

public int TiltFactor { get; set; }

public string Title { get; set; }

public int TitleFontSize { get; set; }

public Tile()