Last active
May 14, 2021 04:25
-
-
Save Mahno74/0325126be57e369be9190fd4063cde0d to your computer and use it in GitHub Desktop.
WPF Material design
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Поместитить иконку в кнопку | |
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