Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Could you please let me know how to replicate the code of MaterialDesign dll by removing the reference of MaterialDesign and adding my own style
I want to replicate the following
1. materialDesign:DataGridAssist
2.materialDesign:ColorZone
3.materialDesign:HintAssit

What I have tried:


<Setter Property="FontSize" Value="24" />
<Setter Property="TextOptions.TextHintingMode" Value="Auto" />
Posted
Updated 12-May-19 22:51pm

1 solution

Simple! You contact the author: NuGet Gallery | MaterialDesign.dll 1.0.0[^] and ask him for source code and permission - it is copyright to him, after all.
 
Share this answer
 
Comments
Member 9950545 13-May-19 5:16am    
Thanks.
Isn't it available as open source as the dll? Do we have to get the permission to use in our project ?
OriginalGriff 13-May-19 5:55am    
Check with the owners - the "contact owners" link on the NuGet page will probably help...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900