adonis-ui icon indicating copy to clipboard operation
adonis-ui copied to clipboard

how to use in vb.net project.

Open omertrans678 opened this issue 3 years ago • 4 comments

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

Thanks.

omertrans678 avatar Apr 07 '21 20:04 omertrans678

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

JRKL75 avatar Apr 15 '21 18:04 JRKL75

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

omertrans678 avatar May 16 '21 10:05 omertrans678

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

benruehl avatar Sep 05 '21 12:09 benruehl

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.

tizu69 avatar Jul 23 '22 20:07 tizu69

Thank you for information.

omertrans678 avatar Aug 17 '22 07:08 omertrans678