The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is syncufusion kit has Button Control.
I have requirement that, I need to add picture on the top of the button as well as the text.
This needs to be work on XP/Windows 2000.
Thanks
Satish
ADAdministrator Syncfusion Team May 21, 2004 01:31 PM UTC
Hi Satish,
You could use the .Net Button for this purpose by setting the following properties :
this.button1.Image = ((System.Drawing.Bitmap)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Text = "My Button";
Let me know if this works for you. Thanks for considering Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.