XAML WPF - Styles Part 1, Window Resources
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- In this video we discuss using styles in WPF and utilizing the resources in a Window of our application. We cover extending styles using the BasedOn property and creating base styles for specific controls. This is part 1 of learning styles in WPF.
Code from this episode:
Coming soon...
*Support me on Patreon
www.patreon.co...
** Tip Jar **
Paypal: toskerscorner@outlook.com
BTC: 3DkvwvcQ8Vt2U84jdtEhNBx2Ueai3Xttmu
ETH: 0xFf79A145e1ED6F538607Ec374968e605cbea758b
BCH: qqpgrnzuhc5hav4e79m8nfhmugs46jtl0ujxcu0tj5
LTC: MHXQmJA3hkwTPeArB9QPNkcLiHQx723yMb
Really good and simple to learn. Cover things very clearly.
Even though this is an old video, the content you supplied greatly helped me understand.
P.S. It also help this old brain remember how its done! Thanks Tosker!
Content creators like you are the reason I don't pull my hair out and rage shut down the computer. So thank you!
Outstanding! One of the best I've seen.
Thank you, simple and clear explanation.
Great video dude. Near perfect method and pacing for teaching. Thanks!
thank you for your tutorials for a new learner of WPF
Nice tutorial! Worth checking out ;)
That is so useful. I can see this being useful for such things as dark themes, etc.
Awesome job. To the point...
great tutorial.. thank you so much
Helpful for a new learner, thanks!
Nice tutorial man. Keep making videos like these..
Good Video. Quick and Instructive. Merci!!!
10/10 Explanation. Can't do better, thanks a lot.
Thank You
great tutorials, thanks man
Nice short and complete video. Thanks! Wondering if it's possible to put styling in another file...
Which is answered in the next video! Awesome.
Awesome. Thank you!
Highly appreciated. All the videos were too advanced, needed a simple breakdown.
Thank you!
great video!!, I've a question. I come from windows forms and I'm new in WPF, My question is what does 'x' mean?
I see in some codes something like "x:Name=..." or "Name= " what is "x" a namespace??, and how a namespace has Properties?, or xaml namespaces are different than C# namespaces?
Is XAML, XAML? Meaning does XAML for WPF work the same as XAML for UWP? I tried following along and everything worked except the line BasedOn=...
Hello , i ve just discovered your chanel and your WPF knowledges you provide , the tutorial are very very good for me , it helps me a lot in understanding the basics and more , Your PATREON page is not available ,can you provide me a way to thank you for your help , do you have UDEMY courses , about WPF?
great tutorial, my local .Net developers depends evetything on DevExpress, that such a shame for me stepping into c# and finding the way to customize everything like this which make me become so much different from other .Net developer and m thinking about moving to Java or PHP.
Saravuth Seng If you are looking at web, Asp.net is cool, its something im trying to get more familiar with now
How do using CornerRadius in TextBox :D Thanks a lot for this video!!
How do i create a timer that can be share by other window
User User A "TIMER" should not be shared by a "WINDOW". You should have this answered if you look deeper in to OOP. Ever so, if you MUST you should look in to something called "dependency injection".