Skip to content

Instantly share code, notes, and snippets.

@Mahno74
Last active May 14, 2021 04:25
Show Gist options
  • Save Mahno74/0325126be57e369be9190fd4063cde0d to your computer and use it in GitHub Desktop.
Save Mahno74/0325126be57e369be9190fd4063cde0d to your computer and use it in GitHub Desktop.
WPF Material design
//Поместитить иконку в кнопку
Content="{materialDesign:PackIcon Kind=DeleteSweep, Size=30} //XAML
bt_Hide.Content = new MaterialDesignThemes.Wpf.PackIcon { Kind = MaterialDesignThemes.Wpf.PackIconKind.ArrowDownCircle }; //C#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment