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

 MetroTabItem

public class MetroTabItem : TabItem
An extended TabItem with a metro style.

public bool CloseButtonEnabled { get; set; }

Gets/sets whether the Close Button is visible.

public ICommand CloseTabCommand { get; set; }

Gets/sets the command that is executed when the Close Button is clicked.

public object CloseTabCommandParameter { get; set; }

public MetroTabItem()