C
C#β€’10mo ago
sachiya

textbox border radius property

where is border radius,border colour property.how do i fix it
13 Replies
Hazel πŸŒŠπŸ’ƒ
Hazel πŸŒŠπŸ’ƒβ€’10mo ago
Your screenshots are of a Windows Forms application The video you're following seems to be using WPF There is no border radius in Windows Forms You'd have to custom paint the control
sachiya
sachiyaβ€’10mo ago
what is the difference between wpf and winforms?
Azrael
Azraelβ€’10mo ago
One is XAML, one isn't. I would go for WPF if I were you, Windows Forms has too many limitations.
sachiya
sachiyaβ€’10mo ago
yeah
sachiya
sachiyaβ€’10mo ago
wth
Azrael
Azraelβ€’10mo ago
Now you can use it on borders and such.
sachiya
sachiyaβ€’10mo ago
but this wpf has program.cs file?
Azrael
Azraelβ€’10mo ago
That's Windows Forms. I never said that it was WPF, she did. WPF does too.
sachiya
sachiyaβ€’10mo ago
i am so confused ,nut it has border radius option
Azrael
Azraelβ€’10mo ago
Yeah? It's a custom control.
sachiya
sachiyaβ€’10mo ago
how do i create custom control form
Azrael
Azraelβ€’10mo ago
With code.
sachiya
sachiyaβ€’10mo ago
oh I see, thank @Azrael @Hazel | γΈγ„γœγ‚‹ for your help