WPF - Rounded Button | UI Design | XAML | C# | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 31

  • @CodingKurzgeschichten
    @CodingKurzgeschichten 4 ปีที่แล้ว +10

    Very nice video and valuable for my students. All their buttons have now rounded corners. :-)

    • @CSharpDesignPro
      @CSharpDesignPro  4 ปีที่แล้ว +1

      +Coding Kurzgeschichten - Awesome! I'm glad the video was helpful. Thanks for watching :)

  • @Ethorbit
    @Ethorbit 3 ปีที่แล้ว +5

    I did not know you could build off an existing WPF template just like that, thank you! Very valuable to know when diving into WPF.

  • @veremiller2171
    @veremiller2171 4 ปีที่แล้ว +3

    SO SIMPLE, but I never would have figured this out on my own. Thank you so much!

    • @CSharpDesignPro
      @CSharpDesignPro  3 ปีที่แล้ว +1

      @Vere Miller - Welcome. Glad it helped!

  • @tim900
    @tim900 4 ปีที่แล้ว +2

    Man you do so much cool work, keep going

    • @CSharpDesignPro
      @CSharpDesignPro  4 ปีที่แล้ว

      +T Vaulin - Glad! Thanks for watching:)

  • @novchek
    @novchek 4 ปีที่แล้ว +2

    Thank you very much! How can I ever thank you enough.

    • @CSharpDesignPro
      @CSharpDesignPro  4 ปีที่แล้ว

      +Ибрагим Гусейнов - You're very welcome! I'm glad the tutorial was helpful. Thanks for watching :)

  • @godspeed0126
    @godspeed0126 2 ปีที่แล้ว +1

    Thanks for sharing!

  • @computerhackstricks972
    @computerhackstricks972 3 ปีที่แล้ว +1

    thanks , helped me a lot

    • @CSharpDesignPro
      @CSharpDesignPro  3 ปีที่แล้ว

      @Computer Hacks & Tricks - Glad it helped!

  • @Gorkid0
    @Gorkid0 3 ปีที่แล้ว +1

    Thanks!! But i have a question. Can we set which edge is going to have rounded corner?

    • @CSharpDesignPro
      @CSharpDesignPro  3 ปีที่แล้ว +1

      @NotYetHAX - Yes you can! The CornerRadius describes the degree to which the corners are rounded. In this tutorial, the CornerRadius of the Button Border is set to 20. You can also specify a different radius for each corner.
      // Template //
      CornerRadius = "Top Left, Top Right, Bottom Right, Bottom Left"
      // Top Left edge of the Button with Rounded Corner //
      CornerRadius = "20,0,0,0"

    • @Gorkid0
      @Gorkid0 3 ปีที่แล้ว +1

      @@CSharpDesignPro THANKSSS!! i was actually going to give up but you saved me!! once again thanks. And keep up the good work :)))

    • @CSharpDesignPro
      @CSharpDesignPro  3 ปีที่แล้ว +1

      @NotYetHAX - No worries! I'm happy to be of help:)

  • @pampers6015
    @pampers6015 3 ปีที่แล้ว +1

    Thank you. it helped me

  • @Jacob2Blurry
    @Jacob2Blurry 4 ปีที่แล้ว +2

    you should teach how to make register

  • @hungnguyencanh5013
    @hungnguyencanh5013 4 ปีที่แล้ว +1

    Very nice, thank you very much

    • @CSharpDesignPro
      @CSharpDesignPro  4 ปีที่แล้ว +1

      +Hưng Nguyễn Cảnh - Thank you! You're most welcome:)

  • @shakrazj
    @shakrazj 3 ปีที่แล้ว +1

    THANK YOU!!!!

  • @elmetiu
    @elmetiu 2 ปีที่แล้ว +1

    how is called your vs theme? also really good video thank you :)

    • @CSharpDesignPro
      @CSharpDesignPro  2 ปีที่แล้ว +1

      @Madusio - Glad it helped! VS Theme link : github.com/Ibrahim-Islam/monokai-vs-2015

  • @criscruz2959
    @criscruz2959 4 ปีที่แล้ว +1

    Nice.