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

Поделиться
HTML-код
  • Опубликовано: 23 сен 2019
  • [ Skill Level : Beginner ]
    Hi, this video demonstrates the use of " Border " control on a button. The border control has the " CornerRadius " property which allows the user to set its radius along with the " BorderThickness " property that gives the button a rounded appearance.
    Subscription Link for more WPF videos and Updates :
    ruclips.net/user/cdesignproarunmut...
    Playlist : • WPF - Navigation Drawe...
    Download the Complete Source Code from Github Repository.
    Link: github.com/CSharpDesignPro/WP...
    Channel Link: / cdesignpro_arunmutharasu
    Tools Used:
    Visual Studio Community Edition 2019
    Background Music:
    RUclips Audio Library
    Thanks for watching!
    Have a great day!
    For Business Inquiries : arun.enterprises.co@gmail.com

Комментарии • 33

  • @CodingKurzgeschichten
    @CodingKurzgeschichten 4 года назад +9

    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 3 года назад +3

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

  • @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 :)

  • @tim900
    @tim900 4 года назад +2

    Man you do so much cool work, keep going

  • @Jacob2Blurry
    @Jacob2Blurry 3 года назад +2

    you should teach how to make register

  • @godspeed0126
    @godspeed0126 2 года назад +1

    Thanks for sharing!

  • @hungnguyencanh5013
    @hungnguyencanh5013 3 года назад +1

    Very nice, thank you very much

    • @CSharpDesignPro
      @CSharpDesignPro  3 года назад +1

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

  • @computerhackstricks972
    @computerhackstricks972 2 года назад +1

    thanks , helped me a lot

  • @shakrazj
    @shakrazj 3 года назад +1

    THANK YOU!!!!

  • @NikMusicOffical
    @NikMusicOffical Год назад +1

    I know I am late but how how are you seeing the live edit of your application on the left side of your screen?

    • @CSharpDesignPro
      @CSharpDesignPro  Год назад

      @NikMusic - Using the 'Hot Reload' feature in Visual Studio.

  • @smellybathroom
    @smellybathroom 4 года назад +1

    thank you!

    • @CSharpDesignPro
      @CSharpDesignPro  4 года назад

      +smellybathroom - You're welcome! Thanks for watching:)

  • @pampers6015
    @pampers6015 3 года назад +1

    Thank you. it helped me

  • @Gorkid0
    @Gorkid0 2 года назад +1

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

    • @CSharpDesignPro
      @CSharpDesignPro  2 года назад +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 2 года назад +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  2 года назад +1

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

  • @criscruz2959
    @criscruz2959 4 года назад +1

    Nice.

  • @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