adonis-ui
adonis-ui copied to clipboard
how to use in vb.net project.
How to use Adonis UI theme in VB.NET Project? no found app.xml have app.config
Thanks.
Hello OmerTrans678, This is for a WPF application (XAML), not for standard WinForms.
Oh ok thanks. I want to ask questions
I created a new .Net Framework WPF project. I added NuGet and theme. Theme works. How to change togglebutton in button? I could not find guiding document
Could you please elaborate what exaclty you mean with "How to change togglebutton in button?"? Do you mean how to change their appearances?
How to change togglebutton in button?
If you want to create a ToggleButton, use <ToggleButton />
Instead of your standard <Button />
.
If you want to have the normal Button with the style of a toggled ToggleButton, check out the AccentButton
style as seen here.
Thank you for information.