benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.7k stars 143 forks source link

how to use in vb.net project. #156

Closed omertrans678 closed 1 year ago

omertrans678 commented 3 years ago

How to use Adonis UI theme in VB.NET Project? no found app.xml have app.config

Thanks.

JRKL75 commented 3 years ago

Hello OmerTrans678, This is for a WPF application (XAML), not for standard WinForms.

omertrans678 commented 3 years ago

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

benruehl commented 2 years ago

Could you please elaborate what exaclty you mean with "How to change togglebutton in button?"? Do you mean how to change their appearances?

tizu69 commented 1 year ago

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.

omertrans678 commented 1 year ago

Thank you for information.